Struct webauthn_authenticator_rs::cbor::NoResponse
source · [−]pub struct NoResponse {}Trait Implementations
sourceimpl CBORResponse for NoResponse
impl CBORResponse for NoResponse
fn try_from(_raw: &[u8]) -> Result<Self, WebauthnCError>
Auto Trait Implementations
impl RefUnwindSafe for NoResponse
impl Send for NoResponse
impl Sync for NoResponse
impl Unpin for NoResponse
impl UnwindSafe for NoResponse
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