pub struct DocumentClass { /* private fields */ }Expand description
Defines the class of the Document.
Implementations§
Auto Trait Implementations§
impl Freeze for DocumentClass
impl RefUnwindSafe for DocumentClass
impl Send for DocumentClass
impl Sync for DocumentClass
impl Unpin for DocumentClass
impl UnwindSafe for DocumentClass
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