pub struct ParentNode {}Implementations§
Trait Implementations§
Source§impl Clone for ParentNode
impl Clone for ParentNode
Source§fn clone(&self) -> ParentNode
fn clone(&self) -> ParentNode
Returns a copy 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 ParentNode
impl Debug for ParentNode
Source§impl<'de> Deserialize<'de> for ParentNode
impl<'de> Deserialize<'de> for ParentNode
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 ParentNode
impl PartialEq for ParentNode
Source§impl Serialize for ParentNode
impl Serialize for ParentNode
impl StructuralPartialEq for ParentNode
Auto Trait Implementations§
impl Freeze for ParentNode
impl RefUnwindSafe for ParentNode
impl Send for ParentNode
impl Sync for ParentNode
impl Unpin for ParentNode
impl UnwindSafe for ParentNode
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