pub struct Cents(/* private fields */);Implementations§
Trait Implementations§
Source§impl PartialOrd for Cents
impl PartialOrd for Cents
impl Copy for Cents
impl StructuralPartialEq for Cents
Auto Trait Implementations§
impl Freeze for Cents
impl RefUnwindSafe for Cents
impl Send for Cents
impl Sync for Cents
impl Unpin for Cents
impl UnsafeUnpin for Cents
impl UnwindSafe for Cents
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