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 for DeviceVerificationRequestModel
impl PartialEq for DeviceVerificationRequestModel
Source§fn eq(&self, other: &DeviceVerificationRequestModel) -> bool
fn eq(&self, other: &DeviceVerificationRequestModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeviceVerificationRequestModel
Auto Trait Implementations§
impl Freeze for DeviceVerificationRequestModel
impl RefUnwindSafe for DeviceVerificationRequestModel
impl Send for DeviceVerificationRequestModel
impl Sync for DeviceVerificationRequestModel
impl Unpin for DeviceVerificationRequestModel
impl UnwindSafe for DeviceVerificationRequestModel
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