pub struct NamedValue<X: AxisKindMarker> { /* private fields */ }
Trait Implementations§
Source§impl<X: Clone + AxisKindMarker> Clone for NamedValue<X>
impl<X: Clone + AxisKindMarker> Clone for NamedValue<X>
Source§fn clone(&self) -> NamedValue<X>
fn clone(&self) -> NamedValue<X>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<X: Debug + AxisKindMarker> Debug for NamedValue<X>
impl<X: Debug + AxisKindMarker> Debug for NamedValue<X>
Auto Trait Implementations§
impl<X> Freeze for NamedValue<X>where
X: Freeze,
impl<X> RefUnwindSafe for NamedValue<X>where
X: RefUnwindSafe,
impl<X> Send for NamedValue<X>where
X: Send,
impl<X> Sync for NamedValue<X>where
X: Sync,
impl<X> Unpin for NamedValue<X>where
X: Unpin,
impl<X> UnwindSafe for NamedValue<X>where
X: UnwindSafe,
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