Struct docx_rust::formatting::NumberingId
source · [−]pub struct NumberingId {
pub value: usize,
}
Expand description
Numbering Id
use docx::formatting::*;
let id = NumberingId::from(42usize);
Fields
value: usize
Trait Implementations
sourceimpl Clone for NumberingId
impl Clone for NumberingId
sourcefn clone(&self) -> NumberingId
fn clone(&self) -> NumberingId
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 NumberingId
impl Debug for NumberingId
sourceimpl Default for NumberingId
impl Default for NumberingId
sourcefn default() -> NumberingId
fn default() -> NumberingId
Returns the “default value” for a type. Read more
sourceimpl<T: Into<usize>> From<T> for NumberingId
impl<T: Into<usize>> From<T> for NumberingId
sourceimpl<'__input> XmlRead<'__input> for NumberingId
impl<'__input> XmlRead<'__input> 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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