pub enum DimensionScopeMode {
CurrentAbout,
Abouts,
AllAbouts,
}Variants§
Trait Implementations§
Source§impl Clone for DimensionScopeMode
impl Clone for DimensionScopeMode
Source§fn clone(&self) -> DimensionScopeMode
fn clone(&self) -> DimensionScopeMode
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 DimensionScopeMode
Source§impl Debug for DimensionScopeMode
impl Debug for DimensionScopeMode
impl Eq for DimensionScopeMode
Source§impl PartialEq for DimensionScopeMode
impl PartialEq for DimensionScopeMode
impl StructuralPartialEq for DimensionScopeMode
Auto Trait Implementations§
impl Freeze for DimensionScopeMode
impl RefUnwindSafe for DimensionScopeMode
impl Send for DimensionScopeMode
impl Sync for DimensionScopeMode
impl Unpin for DimensionScopeMode
impl UnsafeUnpin for DimensionScopeMode
impl UnwindSafe for DimensionScopeMode
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