pub struct PatchedGoogleEndpointDeviceRequest {
pub pk: Option<Uuid>,
pub name: Option<String>,
}Expand description
PatchedGoogleEndpointDeviceRequest : Serializer for Endpoint authenticator devices
Fields§
§pk: Option<Uuid>§name: Option<String>The human-readable name of this device.
Implementations§
Source§impl PatchedGoogleEndpointDeviceRequest
impl PatchedGoogleEndpointDeviceRequest
Sourcepub fn new() -> PatchedGoogleEndpointDeviceRequest
pub fn new() -> PatchedGoogleEndpointDeviceRequest
Serializer for Endpoint authenticator devices
Trait Implementations§
Source§impl Clone for PatchedGoogleEndpointDeviceRequest
impl Clone for PatchedGoogleEndpointDeviceRequest
Source§fn clone(&self) -> PatchedGoogleEndpointDeviceRequest
fn clone(&self) -> PatchedGoogleEndpointDeviceRequest
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 Default for PatchedGoogleEndpointDeviceRequest
impl Default for PatchedGoogleEndpointDeviceRequest
Source§fn default() -> PatchedGoogleEndpointDeviceRequest
fn default() -> PatchedGoogleEndpointDeviceRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedGoogleEndpointDeviceRequest
impl<'de> Deserialize<'de> for PatchedGoogleEndpointDeviceRequest
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
Source§impl PartialEq for PatchedGoogleEndpointDeviceRequest
impl PartialEq for PatchedGoogleEndpointDeviceRequest
Source§fn eq(&self, other: &PatchedGoogleEndpointDeviceRequest) -> bool
fn eq(&self, other: &PatchedGoogleEndpointDeviceRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchedGoogleEndpointDeviceRequest
Auto Trait Implementations§
impl Freeze for PatchedGoogleEndpointDeviceRequest
impl RefUnwindSafe for PatchedGoogleEndpointDeviceRequest
impl Send for PatchedGoogleEndpointDeviceRequest
impl Sync for PatchedGoogleEndpointDeviceRequest
impl Unpin for PatchedGoogleEndpointDeviceRequest
impl UnsafeUnpin for PatchedGoogleEndpointDeviceRequest
impl UnwindSafe for PatchedGoogleEndpointDeviceRequest
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