pub enum MarkerPhase {
Arrange,
Act,
Assert,
}Variants§
Trait Implementations§
Source§impl Clone for MarkerPhase
impl Clone for MarkerPhase
Source§fn clone(&self) -> MarkerPhase
fn clone(&self) -> MarkerPhase
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 MarkerPhase
Source§impl Debug for MarkerPhase
impl Debug for MarkerPhase
impl Eq for MarkerPhase
Source§impl PartialEq for MarkerPhase
impl PartialEq for MarkerPhase
impl StructuralPartialEq for MarkerPhase
Auto Trait Implementations§
impl Freeze for MarkerPhase
impl RefUnwindSafe for MarkerPhase
impl Send for MarkerPhase
impl Sync for MarkerPhase
impl Unpin for MarkerPhase
impl UnsafeUnpin for MarkerPhase
impl UnwindSafe for MarkerPhase
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