pub struct TypeInformation { /* private fields */ }Implementations§
Trait Implementations§
impl Sync for TypeInformation
Auto Trait Implementations§
impl Freeze for TypeInformation
impl RefUnwindSafe for TypeInformation
impl !Send for TypeInformation
impl Unpin for TypeInformation
impl UnwindSafe for TypeInformation
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