pub enum LineSpacingType {
Auto,
AtLeast,
Exact,
}
Variants§
Trait Implementations§
Source§impl Clone for LineSpacingType
impl Clone for LineSpacingType
Source§fn clone(&self) -> LineSpacingType
fn clone(&self) -> LineSpacingType
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 LineSpacingType
impl Debug for LineSpacingType
Source§impl<'de> Deserialize<'de> for LineSpacingType
impl<'de> Deserialize<'de> for LineSpacingType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for LineSpacingType
impl FromStr for LineSpacingType
Source§impl PartialEq for LineSpacingType
impl PartialEq for LineSpacingType
Source§impl Serialize for LineSpacingType
impl Serialize for LineSpacingType
impl Copy for LineSpacingType
impl StructuralPartialEq for LineSpacingType
Auto Trait Implementations§
impl Freeze for LineSpacingType
impl RefUnwindSafe for LineSpacingType
impl Send for LineSpacingType
impl Sync for LineSpacingType
impl Unpin for LineSpacingType
impl UnwindSafe for LineSpacingType
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