pub enum LineHeightError {
InvalidFontSize,
InvalidLineHeight,
InvalidRatio,
}Variants§
Trait Implementations§
Source§impl Clone for LineHeightError
impl Clone for LineHeightError
Source§fn clone(&self) -> LineHeightError
fn clone(&self) -> LineHeightError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LineHeightError
impl Debug for LineHeightError
Source§impl PartialEq for LineHeightError
impl PartialEq for LineHeightError
Source§fn eq(&self, other: &LineHeightError) -> bool
fn eq(&self, other: &LineHeightError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LineHeightError
impl Eq for LineHeightError
impl StructuralPartialEq for LineHeightError
Auto Trait Implementations§
impl Freeze for LineHeightError
impl RefUnwindSafe for LineHeightError
impl Send for LineHeightError
impl Sync for LineHeightError
impl Unpin for LineHeightError
impl UnsafeUnpin for LineHeightError
impl UnwindSafe for LineHeightError
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