pub struct DeviceEnrollmentWindowsHelloForBusinessConfiguration {
pub pin_minimum_length: i32,
pub pin_maximum_length: i32,
pub pin_uppercase_characters_usage: WindowsHelloForBusinessPinUsage,
pub pin_lowercase_characters_usage: WindowsHelloForBusinessPinUsage,
pub pin_special_characters_usage: WindowsHelloForBusinessPinUsage,
pub state: Enablement,
pub security_device_required: bool,
pub unlock_with_biometrics_enabled: bool,
pub remote_passport_enabled: bool,
pub pin_previous_block_count: i32,
pub pin_expiration_in_days: i32,
pub enhanced_biometrics_state: Enablement,
}
Fields§
§pin_minimum_length: i32
§pin_maximum_length: i32
§pin_uppercase_characters_usage: WindowsHelloForBusinessPinUsage
§pin_lowercase_characters_usage: WindowsHelloForBusinessPinUsage
§pin_special_characters_usage: WindowsHelloForBusinessPinUsage
§state: Enablement
§security_device_required: bool
§unlock_with_biometrics_enabled: bool
§remote_passport_enabled: bool
§pin_previous_block_count: i32
§pin_expiration_in_days: i32
§enhanced_biometrics_state: Enablement
Trait Implementations§
Source§impl Clone for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl Clone for DeviceEnrollmentWindowsHelloForBusinessConfiguration
Source§fn clone(&self) -> DeviceEnrollmentWindowsHelloForBusinessConfiguration
fn clone(&self) -> DeviceEnrollmentWindowsHelloForBusinessConfiguration
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<'de> Deserialize<'de> for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl<'de> Deserialize<'de> for DeviceEnrollmentWindowsHelloForBusinessConfiguration
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 DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl PartialEq for DeviceEnrollmentWindowsHelloForBusinessConfiguration
Source§fn eq(
&self,
other: &DeviceEnrollmentWindowsHelloForBusinessConfiguration,
) -> bool
fn eq( &self, other: &DeviceEnrollmentWindowsHelloForBusinessConfiguration, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl StructuralPartialEq for DeviceEnrollmentWindowsHelloForBusinessConfiguration
Auto Trait Implementations§
impl Freeze for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl RefUnwindSafe for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl Send for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl Sync for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl Unpin for DeviceEnrollmentWindowsHelloForBusinessConfiguration
impl UnwindSafe for DeviceEnrollmentWindowsHelloForBusinessConfiguration
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