pub enum SpacingScaleError {
InvalidBaseSize,
InvalidRatio,
InvalidStepRange,
}Variants§
Trait Implementations§
Source§impl Clone for SpacingScaleError
impl Clone for SpacingScaleError
Source§fn clone(&self) -> SpacingScaleError
fn clone(&self) -> SpacingScaleError
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 SpacingScaleError
impl Debug for SpacingScaleError
Source§impl PartialEq for SpacingScaleError
impl PartialEq for SpacingScaleError
Source§fn eq(&self, other: &SpacingScaleError) -> bool
fn eq(&self, other: &SpacingScaleError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpacingScaleError
impl Eq for SpacingScaleError
impl StructuralPartialEq for SpacingScaleError
Auto Trait Implementations§
impl Freeze for SpacingScaleError
impl RefUnwindSafe for SpacingScaleError
impl Send for SpacingScaleError
impl Sync for SpacingScaleError
impl Unpin for SpacingScaleError
impl UnsafeUnpin for SpacingScaleError
impl UnwindSafe for SpacingScaleError
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