pub struct TYPE { /* private fields */ }
Expand description
The TypeStruct autogenerated at library init, and used by the library.
Trait Implementations§
Source§impl Deref for TYPE
impl Deref for TYPE
Source§type Target = TypeStruct
type Target = TypeStruct
The resulting type after dereferencing.
Source§fn deref(&self) -> &TypeStruct
fn deref(&self) -> &TypeStruct
Dereferences the value.
impl LazyStatic for TYPE
Auto Trait Implementations§
impl Freeze for TYPE
impl RefUnwindSafe for TYPE
impl Send for TYPE
impl Sync for TYPE
impl Unpin for TYPE
impl UnwindSafe for TYPE
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