pub struct CredentialPropertiesOutput {
pub rk: Option<bool>,
}
Expand description
CredentialPropertiesOutput : Contains the output for the {@code credProps} extension
Fields§
§rk: Option<bool>
Implementations§
Source§impl CredentialPropertiesOutput
impl CredentialPropertiesOutput
Sourcepub fn new() -> CredentialPropertiesOutput
pub fn new() -> CredentialPropertiesOutput
Contains the output for the {@code credProps} extension
Trait Implementations§
Source§impl Clone for CredentialPropertiesOutput
impl Clone for CredentialPropertiesOutput
Source§fn clone(&self) -> CredentialPropertiesOutput
fn clone(&self) -> CredentialPropertiesOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CredentialPropertiesOutput
impl Debug for CredentialPropertiesOutput
Source§impl Default for CredentialPropertiesOutput
impl Default for CredentialPropertiesOutput
Source§fn default() -> CredentialPropertiesOutput
fn default() -> CredentialPropertiesOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CredentialPropertiesOutput
impl<'de> Deserialize<'de> for CredentialPropertiesOutput
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
impl StructuralPartialEq for CredentialPropertiesOutput
Auto Trait Implementations§
impl Freeze for CredentialPropertiesOutput
impl RefUnwindSafe for CredentialPropertiesOutput
impl Send for CredentialPropertiesOutput
impl Sync for CredentialPropertiesOutput
impl Unpin for CredentialPropertiesOutput
impl UnwindSafe for CredentialPropertiesOutput
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