Struct docx_reader::NumberingId
source · pub struct NumberingId {
pub id: usize,
}Fields§
§id: usizeImplementations§
source§impl NumberingId
impl NumberingId
pub fn new(id: usize) -> NumberingId
Trait Implementations§
source§impl Clone for NumberingId
impl Clone for NumberingId
source§fn clone(&self) -> NumberingId
fn clone(&self) -> NumberingId
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 NumberingId
impl Debug for NumberingId
source§impl PartialEq for NumberingId
impl PartialEq for NumberingId
source§fn eq(&self, other: &NumberingId) -> bool
fn eq(&self, other: &NumberingId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for NumberingId
impl Serialize for NumberingId
impl StructuralPartialEq for NumberingId
Auto Trait Implementations§
impl RefUnwindSafe for NumberingId
impl Send for NumberingId
impl Sync for NumberingId
impl Unpin for NumberingId
impl UnwindSafe for NumberingId
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