pub enum LineHeightTrim {
FirstLineTop,
LastLineBottom,
Both,
None,
}Variants§
Trait Implementations§
Source§impl Clone for LineHeightTrim
impl Clone for LineHeightTrim
Source§fn clone(&self) -> LineHeightTrim
fn clone(&self) -> LineHeightTrim
Returns a duplicate 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 LineHeightTrim
impl Debug for LineHeightTrim
Source§impl Default for LineHeightTrim
impl Default for LineHeightTrim
Source§fn default() -> LineHeightTrim
fn default() -> LineHeightTrim
Returns the “default value” for a type. Read more
Source§impl Hash for LineHeightTrim
impl Hash for LineHeightTrim
Source§impl PartialEq for LineHeightTrim
impl PartialEq for LineHeightTrim
impl Copy for LineHeightTrim
impl Eq for LineHeightTrim
impl StructuralPartialEq for LineHeightTrim
Auto Trait Implementations§
impl Freeze for LineHeightTrim
impl RefUnwindSafe for LineHeightTrim
impl Send for LineHeightTrim
impl Sync for LineHeightTrim
impl Unpin for LineHeightTrim
impl UnsafeUnpin for LineHeightTrim
impl UnwindSafe for LineHeightTrim
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