pub struct Dyn<Label>(/* private fields */);Expand description
A dynamic dimension which cannot be checked at compile-time.
Trait Implementations§
Source§impl<L> DecimalDiagnostic for Dyn<L>where
L: Dynamic,
impl<L> DecimalDiagnostic for Dyn<L>where
L: Dynamic,
Auto Trait Implementations§
impl<Label> Freeze for Dyn<Label>
impl<Label> RefUnwindSafe for Dyn<Label>where
Label: RefUnwindSafe,
impl<Label> Send for Dyn<Label>where
Label: Send,
impl<Label> Sync for Dyn<Label>where
Label: Sync,
impl<Label> Unpin for Dyn<Label>where
Label: Unpin,
impl<Label> UnsafeUnpin for Dyn<Label>
impl<Label> UnwindSafe for Dyn<Label>where
Label: 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