pub(crate) enum RowSelectionInner {
Selectors(Vec<RowSelector>),
Mask(Box<MaskSelection>),
}Expand description
Internal storage for RowSelection.
Variants§
Selectors(Vec<RowSelector>)
Mask(Box<MaskSelection>)
Trait Implementations§
Source§impl Clone for RowSelectionInner
impl Clone for RowSelectionInner
Source§fn clone(&self) -> RowSelectionInner
fn clone(&self) -> RowSelectionInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowSelectionInner
impl Debug for RowSelectionInner
Auto Trait Implementations§
impl Freeze for RowSelectionInner
impl RefUnwindSafe for RowSelectionInner
impl Send for RowSelectionInner
impl Sync for RowSelectionInner
impl Unpin for RowSelectionInner
impl UnsafeUnpin for RowSelectionInner
impl UnwindSafe for RowSelectionInner
Blanket Implementations§
impl<T> Allocation for T
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more