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