pub struct GetCredentialStatusResponse {
pub credential_exists: Option<bool>,
pub user_index: Option<u16>,
pub creator_fabric_index: Option<u8>,
pub last_modified_fabric_index: Option<u8>,
pub next_credential_index: Option<u16>,
pub credential_data: Option<Vec<u8>>,
}Fields§
§credential_exists: Option<bool>§user_index: Option<u16>§creator_fabric_index: Option<u8>§last_modified_fabric_index: Option<u8>§next_credential_index: Option<u16>§credential_data: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for GetCredentialStatusResponse
impl Debug for GetCredentialStatusResponse
Auto Trait Implementations§
impl Freeze for GetCredentialStatusResponse
impl RefUnwindSafe for GetCredentialStatusResponse
impl Send for GetCredentialStatusResponse
impl Sync for GetCredentialStatusResponse
impl Unpin for GetCredentialStatusResponse
impl UnwindSafe for GetCredentialStatusResponse
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