pub struct StaticKeyAuthenticator { /* private fields */ }Expand description
Shared-secret authenticator placeholder for signing and verification.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StaticKeyAuthenticator
impl RefUnwindSafe for StaticKeyAuthenticator
impl Send for StaticKeyAuthenticator
impl Sync for StaticKeyAuthenticator
impl Unpin for StaticKeyAuthenticator
impl UnwindSafe for StaticKeyAuthenticator
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