pub struct DocType { /* private fields */ }
Expand description
A description of a type.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocType
impl RefUnwindSafe for DocType
impl Send for DocType
impl Sync for DocType
impl Unpin for DocType
impl UnwindSafe for DocType
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