Struct docx_rust::formatting::OutlineLvl
source · pub struct OutlineLvl {
pub value: isize,
}
Fields§
§value: isize
Trait Implementations§
source§impl Clone for OutlineLvl
impl Clone for OutlineLvl
source§fn clone(&self) -> OutlineLvl
fn clone(&self) -> OutlineLvl
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 OutlineLvl
impl Debug for OutlineLvl
source§impl Default for OutlineLvl
impl Default for OutlineLvl
source§fn default() -> OutlineLvl
fn default() -> OutlineLvl
Returns the “default value” for a type. Read more
source§impl<'__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§
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