pub struct StaticKeyResolver { /* private fields */ }Expand description
In-memory key resolver — useful for tests and static deployments.
Implementations§
Trait Implementations§
Source§impl Default for StaticKeyResolver
impl Default for StaticKeyResolver
Auto Trait Implementations§
impl Freeze for StaticKeyResolver
impl RefUnwindSafe for StaticKeyResolver
impl Send for StaticKeyResolver
impl Sync for StaticKeyResolver
impl Unpin for StaticKeyResolver
impl UnsafeUnpin for StaticKeyResolver
impl UnwindSafe for StaticKeyResolver
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