Struct bitwarden_api_api::models::device_verification_request_model::DeviceVerificationRequestModel
source · pub struct DeviceVerificationRequestModel {
pub unknown_device_verification_enabled: bool,
}
Fields§
§unknown_device_verification_enabled: bool
Implementations§
source§impl DeviceVerificationRequestModel
impl DeviceVerificationRequestModel
pub fn new( unknown_device_verification_enabled: bool ) -> DeviceVerificationRequestModel
Trait Implementations§
source§impl Clone for DeviceVerificationRequestModel
impl Clone for DeviceVerificationRequestModel
source§fn clone(&self) -> DeviceVerificationRequestModel
fn clone(&self) -> DeviceVerificationRequestModel
Returns a copy 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 DeviceVerificationRequestModel
impl Default for DeviceVerificationRequestModel
source§fn default() -> DeviceVerificationRequestModel
fn default() -> DeviceVerificationRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeviceVerificationRequestModel
impl<'de> Deserialize<'de> for DeviceVerificationRequestModel
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<DeviceVerificationRequestModel> for DeviceVerificationRequestModel
impl PartialEq<DeviceVerificationRequestModel> for DeviceVerificationRequestModel
source§fn eq(&self, other: &DeviceVerificationRequestModel) -> bool
fn eq(&self, other: &DeviceVerificationRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.