pub struct MarginExcess;Expand description
MarginExcess (899).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MarginExcess
impl RefUnwindSafe for MarginExcess
impl Send for MarginExcess
impl Sync for MarginExcess
impl Unpin for MarginExcess
impl UnsafeUnpin for MarginExcess
impl UnwindSafe for MarginExcess
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