pub struct SerialisableAttestationCa { /* private fields */ }Expand description
A serialised Attestation CA.
Trait Implementations§
Source§impl Clone for SerialisableAttestationCa
impl Clone for SerialisableAttestationCa
Source§fn clone(&self) -> SerialisableAttestationCa
fn clone(&self) -> SerialisableAttestationCa
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 SerialisableAttestationCa
impl Debug for SerialisableAttestationCa
Source§impl<'de> Deserialize<'de> for SerialisableAttestationCa
impl<'de> Deserialize<'de> for SerialisableAttestationCa
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SerialisableAttestationCa, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SerialisableAttestationCa, <__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 Serialize for SerialisableAttestationCa
impl Serialize for SerialisableAttestationCa
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.
Auto Trait Implementations§
impl Freeze for SerialisableAttestationCa
impl RefUnwindSafe for SerialisableAttestationCa
impl Send for SerialisableAttestationCa
impl Sync for SerialisableAttestationCa
impl Unpin for SerialisableAttestationCa
impl UnwindSafe for SerialisableAttestationCa
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