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