Struct rtf_parser::paragraph::Indentation
source · pub struct Indentation {
pub left: i32,
pub right: i32,
pub first_line: i32,
}
Fields§
§left: i32
§right: i32
§first_line: i32
Trait Implementations§
source§impl Clone for Indentation
impl Clone for Indentation
source§fn clone(&self) -> Indentation
fn clone(&self) -> Indentation
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 Indentation
impl Debug for Indentation
source§impl Default for Indentation
impl Default for Indentation
source§fn default() -> Indentation
fn default() -> Indentation
Returns the “default value” for a type. Read more
source§impl PartialEq for Indentation
impl PartialEq for Indentation
source§fn eq(&self, other: &Indentation) -> bool
fn eq(&self, other: &Indentation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Indentation
Auto Trait Implementations§
impl Freeze for Indentation
impl RefUnwindSafe for Indentation
impl Send for Indentation
impl Sync for Indentation
impl Unpin for Indentation
impl UnwindSafe for Indentation
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