pub struct SubcommandParameters {
pub rp_id_hash: Option<Bytes<32>>,
pub credential_id: Option<PublicKeyCredentialDescriptor>,
}Fields
rp_id_hash: Option<Bytes<32>>credential_id: Option<PublicKeyCredentialDescriptor>Trait Implementations
sourceimpl Clone for SubcommandParameters
impl Clone for SubcommandParameters
sourcefn clone(&self) -> SubcommandParameters
fn clone(&self) -> SubcommandParameters
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SubcommandParameters
impl Debug for SubcommandParameters
sourceimpl<'de> Deserialize<'de> for SubcommandParameters
impl<'de> Deserialize<'de> for SubcommandParameters
sourcefn 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
sourceimpl PartialEq<SubcommandParameters> for SubcommandParameters
impl PartialEq<SubcommandParameters> for SubcommandParameters
sourcefn eq(&self, other: &SubcommandParameters) -> bool
fn eq(&self, other: &SubcommandParameters) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SubcommandParameters) -> bool
fn ne(&self, other: &SubcommandParameters) -> bool
This method tests for !=.
sourceimpl Serialize for SubcommandParameters
impl Serialize for SubcommandParameters
impl Eq for SubcommandParameters
impl StructuralEq for SubcommandParameters
impl StructuralPartialEq for SubcommandParameters
Auto Trait Implementations
impl RefUnwindSafe for SubcommandParameters
impl Send for SubcommandParameters
impl Sync for SubcommandParameters
impl Unpin for SubcommandParameters
impl UnwindSafe for SubcommandParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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