pub struct RgiTag;Expand description
A tag type uniquely identifying the Rgi type in generic contexts
Auto Trait Implementations§
impl Freeze for RgiTag
impl RefUnwindSafe for RgiTag
impl Send for RgiTag
impl Sync for RgiTag
impl Unpin for RgiTag
impl UnsafeUnpin for RgiTag
impl UnwindSafe for RgiTag
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