Struct docx_rust::formatting::IndentLevel
source · [−]pub struct IndentLevel {
pub value: usize,
}
Expand description
Indent Level
use docx::formatting::*;
let lvl = IndentLevel::from(42usize);
Fields
value: usize
Trait Implementations
sourceimpl Clone for IndentLevel
impl Clone for IndentLevel
sourcefn clone(&self) -> IndentLevel
fn clone(&self) -> IndentLevel
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 IndentLevel
impl Debug for IndentLevel
sourceimpl Default for IndentLevel
impl Default for IndentLevel
sourcefn default() -> IndentLevel
fn default() -> IndentLevel
Returns the “default value” for a type. Read more
sourceimpl<T: Into<usize>> From<T> for IndentLevel
impl<T: Into<usize>> From<T> for IndentLevel
sourceimpl<'__input> XmlRead<'__input> for IndentLevel
impl<'__input> XmlRead<'__input> for IndentLevel
Auto Trait Implementations
impl RefUnwindSafe for IndentLevel
impl Send for IndentLevel
impl Sync for IndentLevel
impl Unpin for IndentLevel
impl UnwindSafe for IndentLevel
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