pub struct AttestationCa { /* private fields */ }Expand description
A structure representing an Attestation CA and other options associated to this CA.
Generally depending on the Attestation CA in use, this can help determine properties of the authenticator that is in use.
Implementations§
Source§impl AttestationCa
impl AttestationCa
Trait Implementations§
Source§impl Clone for AttestationCa
impl Clone for AttestationCa
Source§fn clone(&self) -> AttestationCa
fn clone(&self) -> AttestationCa
Returns a duplicate of the value. Read more
1.0.0 · 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 AttestationCa
impl Debug for AttestationCa
Source§impl<'de> Deserialize<'de> for AttestationCa
impl<'de> Deserialize<'de> for AttestationCa
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AttestationCa, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AttestationCa, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Into<SerialisableAttestationCa> for AttestationCa
impl Into<SerialisableAttestationCa> for AttestationCa
Source§fn into(self) -> SerialisableAttestationCa
fn into(self) -> SerialisableAttestationCa
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for AttestationCa
impl PartialEq for AttestationCa
Source§impl Serialize for AttestationCa
impl Serialize for AttestationCa
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<SerialisableAttestationCa> for AttestationCa
impl TryFrom<SerialisableAttestationCa> for AttestationCa
Source§type Error = ErrorStack
type Error = ErrorStack
The type returned in the event of a conversion error.
Source§fn try_from(
data: SerialisableAttestationCa,
) -> Result<AttestationCa, <AttestationCa as TryFrom<SerialisableAttestationCa>>::Error>
fn try_from( data: SerialisableAttestationCa, ) -> Result<AttestationCa, <AttestationCa as TryFrom<SerialisableAttestationCa>>::Error>
Performs the conversion.
impl Eq for AttestationCa
impl StructuralPartialEq for AttestationCa
Auto Trait Implementations§
impl Freeze for AttestationCa
impl RefUnwindSafe for AttestationCa
impl Send for AttestationCa
impl Sync for AttestationCa
impl Unpin for AttestationCa
impl UnwindSafe for AttestationCa
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