pub struct Exameter;Expand description
Exametre (1e18 m).
Trait Implementations§
Source§impl PartialOrd for Exameter
impl PartialOrd for Exameter
impl Copy for Exameter
impl StructuralPartialEq for Exameter
Auto Trait Implementations§
impl Freeze for Exameter
impl RefUnwindSafe for Exameter
impl Send for Exameter
impl Sync for Exameter
impl Unpin for Exameter
impl UnwindSafe for Exameter
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