Struct bitwarden_api_api::models::device_verification_response_model::DeviceVerificationResponseModel
source · pub struct DeviceVerificationResponseModel {
pub object: Option<String>,
pub is_device_verification_section_enabled: Option<bool>,
pub unknown_device_verification_enabled: Option<bool>,
}
Fields§
§object: Option<String>
§is_device_verification_section_enabled: Option<bool>
§unknown_device_verification_enabled: Option<bool>
Implementations§
Trait Implementations§
source§impl Clone for DeviceVerificationResponseModel
impl Clone for DeviceVerificationResponseModel
source§fn clone(&self) -> DeviceVerificationResponseModel
fn clone(&self) -> DeviceVerificationResponseModel
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 DeviceVerificationResponseModel
impl Default for DeviceVerificationResponseModel
source§fn default() -> DeviceVerificationResponseModel
fn default() -> DeviceVerificationResponseModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeviceVerificationResponseModel
impl<'de> Deserialize<'de> for DeviceVerificationResponseModel
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 DeviceVerificationResponseModel
impl PartialEq for DeviceVerificationResponseModel
source§fn eq(&self, other: &DeviceVerificationResponseModel) -> bool
fn eq(&self, other: &DeviceVerificationResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeviceVerificationResponseModel
Auto Trait Implementations§
impl RefUnwindSafe for DeviceVerificationResponseModel
impl Send for DeviceVerificationResponseModel
impl Sync for DeviceVerificationResponseModel
impl Unpin for DeviceVerificationResponseModel
impl UnwindSafe for DeviceVerificationResponseModel
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