pub struct DocumentTypeNodeStorage;Expand description
Storage type for DocumentTypeNode
Trait Implementations§
Source§impl Clone for DocumentTypeNodeStorage
impl Clone for DocumentTypeNodeStorage
Source§fn clone(&self) -> DocumentTypeNodeStorage
fn clone(&self) -> DocumentTypeNodeStorage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DocumentTypeNodeStorage
impl Default for DocumentTypeNodeStorage
Source§fn default() -> DocumentTypeNodeStorage
fn default() -> DocumentTypeNodeStorage
Returns the “default value” for a type. Read more
impl AnyNodeStorage for DocumentTypeNodeStorage
Auto Trait Implementations§
impl Freeze for DocumentTypeNodeStorage
impl RefUnwindSafe for DocumentTypeNodeStorage
impl Send for DocumentTypeNodeStorage
impl Sync for DocumentTypeNodeStorage
impl Unpin for DocumentTypeNodeStorage
impl UnwindSafe for DocumentTypeNodeStorage
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