pub enum Starter {
Off = 0,
Weight = 1,
Sum = 2,
Vector = 3,
}Expand description
Enum representing the starter type.
Variants§
Off = 0
Starter is turned off.
Weight = 1
Use weight-based starter.
Sum = 2
Use sum-based starter.
Vector = 3
Use vector-based starter.
Trait Implementations§
impl Copy for Starter
impl Eq for Starter
impl StructuralPartialEq for Starter
Auto Trait Implementations§
impl Freeze for Starter
impl RefUnwindSafe for Starter
impl Send for Starter
impl Sync for Starter
impl Unpin for Starter
impl UnwindSafe for Starter
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