pub struct SetCredentialResponse {
pub status: Option<u8>,
pub user_index: Option<u16>,
pub next_credential_index: Option<u16>,
}Fields§
§status: Option<u8>§user_index: Option<u16>§next_credential_index: Option<u16>Trait Implementations§
Source§impl Debug for SetCredentialResponse
impl Debug for SetCredentialResponse
Auto Trait Implementations§
impl Freeze for SetCredentialResponse
impl RefUnwindSafe for SetCredentialResponse
impl Send for SetCredentialResponse
impl Sync for SetCredentialResponse
impl Unpin for SetCredentialResponse
impl UnwindSafe for SetCredentialResponse
Blanket Implementations§
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