pub enum ActionOption {
Skip,
Token(TokenId),
More,
}Variants§
Implementations§
Trait Implementations§
Source§impl Add for ActionOption
impl Add for ActionOption
Source§impl Clone for ActionOption
impl Clone for ActionOption
Source§fn clone(&self) -> ActionOption
fn clone(&self) -> ActionOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActionOption
impl Debug for ActionOption
Source§impl Default for ActionOption
impl Default for ActionOption
Source§fn default() -> ActionOption
fn default() -> ActionOption
Returns the “default value” for a type. Read more
Source§impl Display for ActionOption
impl Display for ActionOption
Source§impl Ord for ActionOption
impl Ord for ActionOption
Source§fn cmp(&self, other: &ActionOption) -> Ordering
fn cmp(&self, other: &ActionOption) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ActionOption
impl PartialEq for ActionOption
Source§impl PartialOrd for ActionOption
impl PartialOrd for ActionOption
impl Eq for ActionOption
impl StructuralPartialEq for ActionOption
Auto Trait Implementations§
impl Freeze for ActionOption
impl RefUnwindSafe for ActionOption
impl Send for ActionOption
impl Sync for ActionOption
impl Unpin for ActionOption
impl UnwindSafe for ActionOption
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