Struct webauthn_rs_core::internals::AttestationObject
source · pub struct AttestationObject<T: Ceremony> { /* private fields */ }Expand description
Attestation Object
Trait Implementations§
source§impl<T: Ceremony> TryFrom<&[u8]> for AttestationObject<T>
impl<T: Ceremony> TryFrom<&[u8]> for AttestationObject<T>
§type Error = WebauthnError
type Error = WebauthnError
The type returned in the event of a conversion error.
source§fn try_from(data: &[u8]) -> Result<AttestationObject<T>, WebauthnError>
fn try_from(data: &[u8]) -> Result<AttestationObject<T>, WebauthnError>
Performs the conversion.
Auto Trait Implementations§
impl<T> Freeze for AttestationObject<T>
impl<T> RefUnwindSafe for AttestationObject<T>
impl<T> Send for AttestationObject<T>
impl<T> Sync for AttestationObject<T>
impl<T> Unpin for AttestationObject<T>
impl<T> UnwindSafe for AttestationObject<T>
Blanket Implementations§
source§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
source§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> 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