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