pub struct LongTon;Expand description
Long ton (Imperial): 2240 lb (exact given lb).
Trait Implementations§
Source§impl PartialOrd for LongTon
impl PartialOrd for LongTon
impl Copy for LongTon
impl StructuralPartialEq for LongTon
Auto Trait Implementations§
impl Freeze for LongTon
impl RefUnwindSafe for LongTon
impl Send for LongTon
impl Sync for LongTon
impl Unpin for LongTon
impl UnwindSafe for LongTon
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