Struct webauthn_rs_core::interface::AttestationObject
source · pub struct AttestationObject<T: Ceremony> { /* private fields */ }Expand description
Attestation Object
Trait Implementations
sourceimpl<T: Debug + Ceremony> Debug for AttestationObject<T>
impl<T: Debug + Ceremony> Debug for AttestationObject<T>
sourceimpl<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.
sourcefn 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> RefUnwindSafe for AttestationObject<T>where
<T as Ceremony>::SignedExtensions: RefUnwindSafe,
impl<T> Send for AttestationObject<T>where
<T as Ceremony>::SignedExtensions: Send,
impl<T> Sync for AttestationObject<T>where
<T as Ceremony>::SignedExtensions: Sync,
impl<T> Unpin for AttestationObject<T>where
<T as Ceremony>::SignedExtensions: Unpin,
impl<T> UnwindSafe for AttestationObject<T>where
<T as Ceremony>::SignedExtensions: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more