pub enum Combination {
Next,
Start,
End,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Combination
impl Clone for Combination
Source§fn clone(&self) -> Combination
fn clone(&self) -> Combination
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Combination
Source§impl Debug for Combination
impl Debug for Combination
impl Eq for Combination
Source§impl Into<u32> for Combination
impl Into<u32> for Combination
Source§impl PartialEq for Combination
impl PartialEq for Combination
Source§fn eq(&self, other: &Combination) -> bool
fn eq(&self, other: &Combination) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Combination
Auto Trait Implementations§
impl Freeze for Combination
impl RefUnwindSafe for Combination
impl Send for Combination
impl Sync for Combination
impl Unpin for Combination
impl UnsafeUnpin for Combination
impl UnwindSafe for Combination
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