pub struct Liter;Expand description
Litre (1e-3 m³, exact).
Trait Implementations§
Source§impl PartialOrd for Liter
impl PartialOrd for Liter
impl Copy for Liter
impl StructuralPartialEq for Liter
Auto Trait Implementations§
impl Freeze for Liter
impl RefUnwindSafe for Liter
impl Send for Liter
impl Sync for Liter
impl Unpin for Liter
impl UnsafeUnpin for Liter
impl UnwindSafe for Liter
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