pub struct Barn;Expand description
Zero-sized marker struct representing a concrete unit.
Generated by unit! macro; implements Unit with provided
quantity mapping, factor and abbreviation.
Trait Implementations§
impl Copy for Barn
Source§impl PartialOrd for Barn
impl PartialOrd for Barn
impl StructuralPartialEq for Barn
Auto Trait Implementations§
impl Freeze for Barn
impl RefUnwindSafe for Barn
impl Send for Barn
impl Sync for Barn
impl Unpin for Barn
impl UnsafeUnpin for Barn
impl UnwindSafe for Barn
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