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