pub struct TypeTag { /* private fields */ }Expand description
Represents a TypeTag type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeTag
impl RefUnwindSafe for TypeTag
impl Send for TypeTag
impl Sync for TypeTag
impl Unpin for TypeTag
impl UnwindSafe for TypeTag
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