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