pub struct TractDim { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for TractDim
impl RefUnwindSafe for TractDim
impl Send for TractDim
impl Sync for TractDim
impl Unpin for TractDim
impl UnsafeUnpin for TractDim
impl UnwindSafe for TractDim
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