pub enum Pop {
All,
First,
Last,
Mixed,
}
Variants§
Trait Implementations§
Source§impl From<Pop> for SelectStep
impl From<Pop> for SelectStep
Source§fn from(param: Pop) -> SelectStep
fn from(param: Pop) -> SelectStep
Converts to this type from the input type.
impl StructuralPartialEq for Pop
Auto Trait Implementations§
impl Freeze for Pop
impl RefUnwindSafe for Pop
impl Send for Pop
impl Sync for Pop
impl Unpin for Pop
impl UnwindSafe for Pop
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