pub struct TypeInitToken(/* private fields */);Auto Trait Implementations§
impl Freeze for TypeInitToken
impl RefUnwindSafe for TypeInitToken
impl Send for TypeInitToken
impl Sync for TypeInitToken
impl Unpin for TypeInitToken
impl UnsafeUnpin for TypeInitToken
impl UnwindSafe for TypeInitToken
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