pub struct CommCurrency;Expand description
CommCurrency (479).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommCurrency
impl RefUnwindSafe for CommCurrency
impl Send for CommCurrency
impl Sync for CommCurrency
impl Unpin for CommCurrency
impl UnsafeUnpin for CommCurrency
impl UnwindSafe for CommCurrency
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