pub enum TernaryStage {
First,
Second,
}Expand description
Ternary stage for work items
Variants§
Trait Implementations§
Source§impl Clone for TernaryStage
impl Clone for TernaryStage
Source§fn clone(&self) -> TernaryStage
fn clone(&self) -> TernaryStage
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 TernaryStage
impl Debug for TernaryStage
Source§impl PartialEq for TernaryStage
impl PartialEq for TernaryStage
impl Copy for TernaryStage
impl Eq for TernaryStage
impl StructuralPartialEq for TernaryStage
Auto Trait Implementations§
impl Freeze for TernaryStage
impl RefUnwindSafe for TernaryStage
impl Send for TernaryStage
impl Sync for TernaryStage
impl Unpin for TernaryStage
impl UnsafeUnpin for TernaryStage
impl UnwindSafe for TernaryStage
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