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