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