pub struct BasicSecretResolver { /* private fields */ }Expand description
A basic implementation of DebugSecretsResolver.
This implementation provides a simple in-memory store for cryptographic secrets used by the TAP Agent for DIDComm operations.
Implementations§
Trait Implementations§
Source§impl Debug for BasicSecretResolver
impl Debug for BasicSecretResolver
Source§impl Default for BasicSecretResolver
impl Default for BasicSecretResolver
Source§fn default() -> BasicSecretResolver
fn default() -> BasicSecretResolver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BasicSecretResolver
impl RefUnwindSafe for BasicSecretResolver
impl Send for BasicSecretResolver
impl Sync for BasicSecretResolver
impl Unpin for BasicSecretResolver
impl UnwindSafe for BasicSecretResolver
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