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