Struct docx_reader::Indent
source · pub struct Indent {
pub start: Option<i32>,
pub end: Option<i32>,
pub special_indent: Option<SpecialIndentType>,
pub start_chars: Option<i32>,
pub hanging_chars: Option<i32>,
pub first_line_chars: Option<i32>,
}Fields§
§start: Option<i32>§end: Option<i32>§special_indent: Option<SpecialIndentType>§start_chars: Option<i32>§hanging_chars: Option<i32>§first_line_chars: Option<i32>Implementations§
Trait Implementations§
source§impl PartialEq for Indent
impl PartialEq for Indent
impl StructuralPartialEq for Indent
Auto Trait Implementations§
impl RefUnwindSafe for Indent
impl Send for Indent
impl Sync for Indent
impl Unpin for Indent
impl UnwindSafe for Indent
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