pub enum DimensionSelectionMode {
All,
Only,
Except,
}Variants§
Trait Implementations§
Source§impl Clone for DimensionSelectionMode
impl Clone for DimensionSelectionMode
Source§fn clone(&self) -> DimensionSelectionMode
fn clone(&self) -> DimensionSelectionMode
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 moreimpl Copy for DimensionSelectionMode
Source§impl Debug for DimensionSelectionMode
impl Debug for DimensionSelectionMode
impl Eq for DimensionSelectionMode
Source§impl PartialEq for DimensionSelectionMode
impl PartialEq for DimensionSelectionMode
impl StructuralPartialEq for DimensionSelectionMode
Auto Trait Implementations§
impl Freeze for DimensionSelectionMode
impl RefUnwindSafe for DimensionSelectionMode
impl Send for DimensionSelectionMode
impl Sync for DimensionSelectionMode
impl Unpin for DimensionSelectionMode
impl UnsafeUnpin for DimensionSelectionMode
impl UnwindSafe for DimensionSelectionMode
Blanket Implementations§
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