pub enum ScaleKind {
Band,
Linear,
}
Expand description
ScaleKind represents supported scales.
Variants§
Trait Implementations§
impl StructuralPartialEq for ScaleKind
Auto Trait Implementations§
impl Freeze for ScaleKind
impl RefUnwindSafe for ScaleKind
impl Send for ScaleKind
impl Sync for ScaleKind
impl Unpin for ScaleKind
impl UnwindSafe for ScaleKind
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