pub enum Combination {
Two,
Start,
End,
}
Variants§
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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Combination
impl Debug for Combination
Source§impl Display for Combination
impl Display for Combination
impl Copy 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 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