Struct docx_rs::CommentRangeStart
source · [−]Fields
id: usize
comment: Comment
Implementations
sourceimpl CommentRangeStart
impl CommentRangeStart
pub fn new(comment: Comment) -> CommentRangeStart
Trait Implementations
sourceimpl Clone for CommentRangeStart
impl Clone for CommentRangeStart
sourcefn clone(&self) -> CommentRangeStart
fn clone(&self) -> CommentRangeStart
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 CommentRangeStart
impl Debug for CommentRangeStart
sourceimpl PartialEq<CommentRangeStart> for CommentRangeStart
impl PartialEq<CommentRangeStart> for CommentRangeStart
sourcefn eq(&self, other: &CommentRangeStart) -> bool
fn eq(&self, other: &CommentRangeStart) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for CommentRangeStart
impl Serialize for CommentRangeStart
impl StructuralPartialEq for CommentRangeStart
Auto Trait Implementations
impl RefUnwindSafe for CommentRangeStart
impl Send for CommentRangeStart
impl Sync for CommentRangeStart
impl Unpin for CommentRangeStart
impl UnwindSafe for CommentRangeStart
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