Struct docx_rs::CommentsExtended
source · [−]pub struct CommentsExtended {
pub children: Vec<CommentExtended>,
}
Fields
children: Vec<CommentExtended>
Implementations
sourceimpl CommentsExtended
impl CommentsExtended
pub fn new() -> CommentsExtended
pub fn add_comments_extended(&mut self, c: Vec<CommentExtended>)
Trait Implementations
sourceimpl Clone for CommentsExtended
impl Clone for CommentsExtended
sourcefn clone(&self) -> CommentsExtended
fn clone(&self) -> CommentsExtended
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CommentsExtended
impl Debug for CommentsExtended
sourceimpl Default for CommentsExtended
impl Default for CommentsExtended
sourceimpl FromXML for CommentsExtended
impl FromXML for CommentsExtended
fn from_xml<R: Read>(reader: R) -> Result<Self, ReaderError>
sourceimpl PartialEq<CommentsExtended> for CommentsExtended
impl PartialEq<CommentsExtended> for CommentsExtended
sourcefn eq(&self, other: &CommentsExtended) -> bool
fn eq(&self, other: &CommentsExtended) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for CommentsExtended
impl Serialize for CommentsExtended
impl StructuralPartialEq for CommentsExtended
Auto Trait Implementations
impl RefUnwindSafe for CommentsExtended
impl Send for CommentsExtended
impl Sync for CommentsExtended
impl Unpin for CommentsExtended
impl UnwindSafe for CommentsExtended
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more