pub enum SlewType {
Normal,
Fast,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlewType
impl RefUnwindSafe for SlewType
impl Send for SlewType
impl Sync for SlewType
impl Unpin for SlewType
impl UnwindSafe for SlewType
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