pub struct margin(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for margin
Auto Trait Implementations§
impl Freeze for margin
impl RefUnwindSafe for margin
impl Send for margin
impl Sync for margin
impl Unpin for margin
impl UnwindSafe for margin
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