pub struct ConfigRequest { /* private fields */ }Available on (crate features
ctap2) and (crate features ctap2-management) only.Expand description
authenticatorConfig request type.
See ConfigSubCommand and ConfigRequest::new for details on how to construct a new ConfigRequest.
This has no response type.
Implementations§
Trait Implementations§
Source§impl CBORCommand for ConfigRequest
impl CBORCommand for ConfigRequest
Source§type Response = NoResponse
type Response = NoResponse
The response type associated with this command.
Source§const HAS_PAYLOAD: bool = true
const HAS_PAYLOAD: bool = true
If true (default), then the command has a payload, which will be
serialized into CBOR format. Read more
Source§impl Clone for ConfigRequest
impl Clone for ConfigRequest
Source§fn clone(&self) -> ConfigRequest
fn clone(&self) -> ConfigRequest
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 ConfigRequest
impl Debug for ConfigRequest
Source§impl Default for ConfigRequest
impl Default for ConfigRequest
Source§fn default() -> ConfigRequest
fn default() -> ConfigRequest
Returns the “default value” for a type. Read more
Source§impl From<ConfigRequest> for BTreeMap<u32, Value>
impl From<ConfigRequest> for BTreeMap<u32, Value>
Source§fn from(value: ConfigRequest) -> Self
fn from(value: ConfigRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ConfigRequest
impl PartialEq for ConfigRequest
Source§impl Serialize for ConfigRequest
impl Serialize for ConfigRequest
impl Eq for ConfigRequest
impl StructuralPartialEq for ConfigRequest
Auto Trait Implementations§
impl Freeze for ConfigRequest
impl RefUnwindSafe for ConfigRequest
impl Send for ConfigRequest
impl Sync for ConfigRequest
impl Unpin for ConfigRequest
impl UnwindSafe for ConfigRequest
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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