pub struct GetDocumentCommand { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Returns the root DOM node (and optionally the subtree) to the caller.
Implementations§
Trait Implementations§
Source§impl Clone for GetDocumentCommand
impl Clone for GetDocumentCommand
Source§fn clone(&self) -> GetDocumentCommand
fn clone(&self) -> GetDocumentCommand
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 Command for GetDocumentCommand
impl Command for GetDocumentCommand
Source§impl Debug for GetDocumentCommand
impl Debug for GetDocumentCommand
Source§impl<'de> Deserialize<'de> for GetDocumentCommand
impl<'de> Deserialize<'de> for GetDocumentCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetDocumentCommand
impl RefUnwindSafe for GetDocumentCommand
impl Send for GetDocumentCommand
impl Sync for GetDocumentCommand
impl Unpin for GetDocumentCommand
impl UnwindSafe for GetDocumentCommand
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