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