pub struct EabConfig {
pub kid: String,
pub hmac_key: String,
}Expand description
External Account Binding (EAB) credentials for ACME registration.
Fields§
§kid: String§hmac_key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for EabConfig
impl RefUnwindSafe for EabConfig
impl Send for EabConfig
impl Sync for EabConfig
impl Unpin for EabConfig
impl UnsafeUnpin for EabConfig
impl UnwindSafe for EabConfig
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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