Struct docx_rust::formatting::OutlineLvl
source · [−]pub struct OutlineLvl {
pub value: usize,
}
Fields
value: usize
Trait Implementations
sourceimpl Clone for OutlineLvl
impl Clone for OutlineLvl
sourcefn clone(&self) -> OutlineLvl
fn clone(&self) -> OutlineLvl
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 OutlineLvl
impl Debug for OutlineLvl
sourceimpl Default for OutlineLvl
impl Default for OutlineLvl
sourcefn default() -> OutlineLvl
fn default() -> OutlineLvl
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for OutlineLvl
impl<'__input> XmlRead<'__input> for OutlineLvl
Auto Trait Implementations
impl RefUnwindSafe for OutlineLvl
impl Send for OutlineLvl
impl Sync for OutlineLvl
impl Unpin for OutlineLvl
impl UnwindSafe for OutlineLvl
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