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
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeviceVerificationResponseModel
Auto Trait Implementations§
impl Freeze for DeviceVerificationResponseModel
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