pub enum SecretBackendInspection {
MetadataOnly,
NotProbed,
}Expand description
Scope of inspection performed for a structural secret-backend diagnostic.
Variants§
MetadataOnly
Only filesystem metadata was inspected; file contents were not opened.
NotProbed
The backend was not constructed, probed, or read.
Trait Implementations§
Source§impl Clone for SecretBackendInspection
impl Clone for SecretBackendInspection
Source§fn clone(&self) -> SecretBackendInspection
fn clone(&self) -> SecretBackendInspection
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 SecretBackendInspection
Source§impl Debug for SecretBackendInspection
impl Debug for SecretBackendInspection
impl Eq for SecretBackendInspection
Source§impl PartialEq for SecretBackendInspection
impl PartialEq for SecretBackendInspection
Source§impl Serialize for SecretBackendInspection
impl Serialize for SecretBackendInspection
impl StructuralPartialEq for SecretBackendInspection
Auto Trait Implementations§
impl Freeze for SecretBackendInspection
impl RefUnwindSafe for SecretBackendInspection
impl Send for SecretBackendInspection
impl Sync for SecretBackendInspection
impl Unpin for SecretBackendInspection
impl UnsafeUnpin for SecretBackendInspection
impl UnwindSafe for SecretBackendInspection
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