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