pub enum PhaseCount {
SinglePhase,
SplitPhase,
ThreePhase,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PhaseCount
impl Clone for PhaseCount
Source§fn clone(&self) -> PhaseCount
fn clone(&self) -> PhaseCount
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 PhaseCount
impl Debug for PhaseCount
impl Copy for PhaseCount
Auto Trait Implementations§
impl Freeze for PhaseCount
impl RefUnwindSafe for PhaseCount
impl Send for PhaseCount
impl Sync for PhaseCount
impl Unpin for PhaseCount
impl UnsafeUnpin for PhaseCount
impl UnwindSafe for PhaseCount
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