pub struct UpdateWindowsDeviceAccountActionParameter {
pub device_account: WindowsDeviceAccount,
pub password_rotation_enabled: bool,
pub calendar_sync_enabled: bool,
pub device_account_email: String,
pub exchange_server: String,
pub session_initiation_protocal_address: String,
}
Fields§
§device_account: WindowsDeviceAccount
§password_rotation_enabled: bool
§calendar_sync_enabled: bool
§device_account_email: String
§exchange_server: String
§session_initiation_protocal_address: String
Trait Implementations§
Source§impl Clone for UpdateWindowsDeviceAccountActionParameter
impl Clone for UpdateWindowsDeviceAccountActionParameter
Source§fn clone(&self) -> UpdateWindowsDeviceAccountActionParameter
fn clone(&self) -> UpdateWindowsDeviceAccountActionParameter
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<'de> Deserialize<'de> for UpdateWindowsDeviceAccountActionParameter
impl<'de> Deserialize<'de> for UpdateWindowsDeviceAccountActionParameter
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 UpdateWindowsDeviceAccountActionParameter
impl PartialEq for UpdateWindowsDeviceAccountActionParameter
Source§fn eq(&self, other: &UpdateWindowsDeviceAccountActionParameter) -> bool
fn eq(&self, other: &UpdateWindowsDeviceAccountActionParameter) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for UpdateWindowsDeviceAccountActionParameter
impl StructuralPartialEq for UpdateWindowsDeviceAccountActionParameter
Auto Trait Implementations§
impl Freeze for UpdateWindowsDeviceAccountActionParameter
impl RefUnwindSafe for UpdateWindowsDeviceAccountActionParameter
impl Send for UpdateWindowsDeviceAccountActionParameter
impl Sync for UpdateWindowsDeviceAccountActionParameter
impl Unpin for UpdateWindowsDeviceAccountActionParameter
impl UnwindSafe for UpdateWindowsDeviceAccountActionParameter
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