pub enum Removal {
Removed,
AlreadyAbsent,
}Expand description
What SecretStore::delete found.
Both variants are success. auth logout on a host that was never logged in
is not a failure, and the credential-disclosure procedure in
05-infrastructure.md is run across every host precisely because the
operator does not know which ones hold a value.
Variants§
Implementations§
Trait Implementations§
impl Copy for Removal
impl Eq for Removal
impl StructuralPartialEq for Removal
Auto Trait Implementations§
impl Freeze for Removal
impl RefUnwindSafe for Removal
impl Send for Removal
impl Sync for Removal
impl Unpin for Removal
impl UnsafeUnpin for Removal
impl UnwindSafe for Removal
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