pub struct GetCredentialReturns {
pub credential: Credential,
}Expand description
Returns a single credential stored in the given virtual authenticator that matches the credential ID.
Fields§
§credential: CredentialTrait Implementations§
Source§impl Clone for GetCredentialReturns
impl Clone for GetCredentialReturns
Source§fn clone(&self) -> GetCredentialReturns
fn clone(&self) -> GetCredentialReturns
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCredentialReturns
impl Debug for GetCredentialReturns
Source§impl Default for GetCredentialReturns
impl Default for GetCredentialReturns
Source§fn default() -> GetCredentialReturns
fn default() -> GetCredentialReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCredentialReturns
impl<'de> Deserialize<'de> for GetCredentialReturns
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetCredentialReturns
impl RefUnwindSafe for GetCredentialReturns
impl Send for GetCredentialReturns
impl Sync for GetCredentialReturns
impl Unpin for GetCredentialReturns
impl UnsafeUnpin for GetCredentialReturns
impl UnwindSafe for GetCredentialReturns
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