enum TailtimeBlocks {
Zero,
One,
Two,
}
Variants§
Trait Implementations§
source§impl Clone for TailtimeBlocks
impl Clone for TailtimeBlocks
source§fn clone(&self) -> TailtimeBlocks
fn clone(&self) -> TailtimeBlocks
Returns a copy 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 TailtimeBlocks
impl Debug for TailtimeBlocks
source§impl PartialEq for TailtimeBlocks
impl PartialEq for TailtimeBlocks
source§fn eq(&self, other: &TailtimeBlocks) -> bool
fn eq(&self, other: &TailtimeBlocks) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TailtimeBlocks
Auto Trait Implementations§
impl Freeze for TailtimeBlocks
impl RefUnwindSafe for TailtimeBlocks
impl Send for TailtimeBlocks
impl Sync for TailtimeBlocks
impl Unpin for TailtimeBlocks
impl UnwindSafe for TailtimeBlocks
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