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