#[repr(C)]pub struct TypeImpl { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeImpl
impl RefUnwindSafe for TypeImpl
impl Send for TypeImpl
impl Sync for TypeImpl
impl Unpin for TypeImpl
impl UnwindSafe for TypeImpl
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