pub struct Cent;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cent
impl RefUnwindSafe for Cent
impl Send for Cent
impl Sync for Cent
impl Unpin for Cent
impl UnsafeUnpin for Cent
impl UnwindSafe for Cent
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