pub struct GetDocumentReturnObject {
pub root: Node,
}Fields§
§root: NodeTrait Implementations§
Source§impl Clone for GetDocumentReturnObject
impl Clone for GetDocumentReturnObject
Source§fn clone(&self) -> GetDocumentReturnObject
fn clone(&self) -> GetDocumentReturnObject
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 Debug for GetDocumentReturnObject
impl Debug for GetDocumentReturnObject
Source§impl<'de> Deserialize<'de> for GetDocumentReturnObject
impl<'de> Deserialize<'de> for GetDocumentReturnObject
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
Source§impl PartialEq for GetDocumentReturnObject
impl PartialEq for GetDocumentReturnObject
Source§impl Serialize for GetDocumentReturnObject
impl Serialize for GetDocumentReturnObject
impl StructuralPartialEq for GetDocumentReturnObject
Auto Trait Implementations§
impl Freeze for GetDocumentReturnObject
impl RefUnwindSafe for GetDocumentReturnObject
impl Send for GetDocumentReturnObject
impl Sync for GetDocumentReturnObject
impl Unpin for GetDocumentReturnObject
impl UnwindSafe for GetDocumentReturnObject
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