pub enum Kind {
SshSign,
TotpCode,
VaultSecret,
}Expand description
Category of operation a call site represents. Used with a Gate to
decide whether a biometric prompt is required.
Variants§
SshSign
SSH-agent sign request.
TotpCode
bwx code TOTP generation.
VaultSecret
Agent Decrypt / Encrypt / clipboard response carrying vault
secret material.
Trait Implementations§
impl Copy for Kind
impl Eq for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnsafeUnpin for Kind
impl UnwindSafe for Kind
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