pub struct Margin(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for Margin
impl Ord for Margin
Source§impl PartialOrd for Margin
impl PartialOrd for Margin
Source§impl StaticType for Margin
impl StaticType for Margin
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for Margin
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