pub struct ThreadedComments {
pub xmlns: String,
pub comments: Vec<ThreadedComment>,
}Expand description
Root element for threaded comments XML.
Fields§
§xmlns: String§comments: Vec<ThreadedComment>Trait Implementations§
Source§impl Clone for ThreadedComments
impl Clone for ThreadedComments
Source§fn clone(&self) -> ThreadedComments
fn clone(&self) -> ThreadedComments
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 ThreadedComments
impl Debug for ThreadedComments
Source§impl Default for ThreadedComments
impl Default for ThreadedComments
Source§impl<'de> Deserialize<'de> for ThreadedComments
impl<'de> Deserialize<'de> for ThreadedComments
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 ThreadedComments
impl PartialEq for ThreadedComments
Source§impl Serialize for ThreadedComments
impl Serialize for ThreadedComments
impl StructuralPartialEq for ThreadedComments
Auto Trait Implementations§
impl Freeze for ThreadedComments
impl RefUnwindSafe for ThreadedComments
impl Send for ThreadedComments
impl Sync for ThreadedComments
impl Unpin for ThreadedComments
impl UnwindSafe for ThreadedComments
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