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