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