pub struct Centi;Expand description
Auto-generated prefix type produced by prefix! macro.
Trait Implementations§
impl Copy for Centi
Source§impl PartialOrd for Centi
impl PartialOrd for Centi
impl StructuralPartialEq for Centi
Auto Trait Implementations§
impl Freeze for Centi
impl RefUnwindSafe for Centi
impl Send for Centi
impl Sync for Centi
impl Unpin for Centi
impl UnsafeUnpin for Centi
impl UnwindSafe for Centi
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