pub enum RootAuthDiagnostic {
RootAuthContentVerified,
RootAuthDeferredFullArchiveScanRequired,
AuthenticatedMetadataNotRootSigned,
RecoveryMarginNotRootAuthenticated,
ReplicatedGlobalCopyUncheckedDueToVolumeLoss,
RecoveryMarginChecked,
RecoveryMarginFailed,
RecoveryMarginUnchecked,
}Variants§
RootAuthContentVerified
RootAuthDeferredFullArchiveScanRequired
AuthenticatedMetadataNotRootSigned
RecoveryMarginNotRootAuthenticated
ReplicatedGlobalCopyUncheckedDueToVolumeLoss
RecoveryMarginChecked
RecoveryMarginFailed
RecoveryMarginUnchecked
Implementations§
Trait Implementations§
Source§impl Clone for RootAuthDiagnostic
impl Clone for RootAuthDiagnostic
Source§fn clone(&self) -> RootAuthDiagnostic
fn clone(&self) -> RootAuthDiagnostic
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 RootAuthDiagnostic
Source§impl Debug for RootAuthDiagnostic
impl Debug for RootAuthDiagnostic
impl Eq for RootAuthDiagnostic
Source§impl PartialEq for RootAuthDiagnostic
impl PartialEq for RootAuthDiagnostic
Source§fn eq(&self, other: &RootAuthDiagnostic) -> bool
fn eq(&self, other: &RootAuthDiagnostic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootAuthDiagnostic
Auto Trait Implementations§
impl Freeze for RootAuthDiagnostic
impl RefUnwindSafe for RootAuthDiagnostic
impl Send for RootAuthDiagnostic
impl Sync for RootAuthDiagnostic
impl Unpin for RootAuthDiagnostic
impl UnsafeUnpin for RootAuthDiagnostic
impl UnwindSafe for RootAuthDiagnostic
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