pub enum Slew {
Standard = 0,
Fast = 1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Slew
impl RefUnwindSafe for Slew
impl Send for Slew
impl Sync for Slew
impl Unpin for Slew
impl UnwindSafe for Slew
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