pub struct ProtectedHeaders {
pub signer_certificates_jwt: Vec<String>,
}Expand description
Additional protected header values carried outside the CWT claim map.
Fields§
§signer_certificates_jwt: Vec<String>-70006: compact trusted-signer certificate JWTs for the signer kid.
Implementations§
Trait Implementations§
Source§impl Clone for ProtectedHeaders
impl Clone for ProtectedHeaders
Source§fn clone(&self) -> ProtectedHeaders
fn clone(&self) -> ProtectedHeaders
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProtectedHeaders
impl Debug for ProtectedHeaders
Source§impl Default for ProtectedHeaders
impl Default for ProtectedHeaders
Source§fn default() -> ProtectedHeaders
fn default() -> ProtectedHeaders
Returns the “default value” for a type. Read more
impl Eq for ProtectedHeaders
Source§impl PartialEq for ProtectedHeaders
impl PartialEq for ProtectedHeaders
Source§fn eq(&self, other: &ProtectedHeaders) -> bool
fn eq(&self, other: &ProtectedHeaders) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtectedHeaders
Auto Trait Implementations§
impl Freeze for ProtectedHeaders
impl RefUnwindSafe for ProtectedHeaders
impl Send for ProtectedHeaders
impl Sync for ProtectedHeaders
impl Unpin for ProtectedHeaders
impl UnsafeUnpin for ProtectedHeaders
impl UnwindSafe for ProtectedHeaders
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