pub struct TypeToken { /* private fields */ }Expand description
0 ~ 100 reserved for internal usage.
Implementations§
Auto Trait Implementations§
impl Freeze for TypeToken
impl RefUnwindSafe for TypeToken
impl Send for TypeToken
impl Sync for TypeToken
impl Unpin for TypeToken
impl UnwindSafe for TypeToken
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