pub struct UpdateWebauthnRequest {
pub url: String,
}Expand description
Request body for POST /services/webauthn/update.
Replaces the URL on the existing #vta-webauthn entry. Refused
with ServiceNotPresent if the WebAuthn surface is not currently
advertised.
Fields§
§url: StringImplementations§
Trait Implementations§
Source§impl Clone for UpdateWebauthnRequest
impl Clone for UpdateWebauthnRequest
Source§fn clone(&self) -> UpdateWebauthnRequest
fn clone(&self) -> UpdateWebauthnRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateWebauthnRequest
impl Debug for UpdateWebauthnRequest
Source§impl<'de> Deserialize<'de> for UpdateWebauthnRequest
impl<'de> Deserialize<'de> for UpdateWebauthnRequest
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 Eq for UpdateWebauthnRequest
Source§impl PartialEq for UpdateWebauthnRequest
impl PartialEq for UpdateWebauthnRequest
Source§impl Serialize for UpdateWebauthnRequest
impl Serialize for UpdateWebauthnRequest
impl StructuralPartialEq for UpdateWebauthnRequest
Auto Trait Implementations§
impl Freeze for UpdateWebauthnRequest
impl RefUnwindSafe for UpdateWebauthnRequest
impl Send for UpdateWebauthnRequest
impl Sync for UpdateWebauthnRequest
impl Unpin for UpdateWebauthnRequest
impl UnsafeUnpin for UpdateWebauthnRequest
impl UnwindSafe for UpdateWebauthnRequest
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