pub struct WindowsDeviceADAccount {
pub domain_name: String,
pub user_name: String,
}
Fields§
§domain_name: String
§user_name: String
Trait Implementations§
Source§impl Clone for WindowsDeviceADAccount
impl Clone for WindowsDeviceADAccount
Source§fn clone(&self) -> WindowsDeviceADAccount
fn clone(&self) -> WindowsDeviceADAccount
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 Debug for WindowsDeviceADAccount
impl Debug for WindowsDeviceADAccount
Source§impl<'de> Deserialize<'de> for WindowsDeviceADAccount
impl<'de> Deserialize<'de> for WindowsDeviceADAccount
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 WindowsDeviceADAccount
impl PartialEq for WindowsDeviceADAccount
Source§impl Serialize for WindowsDeviceADAccount
impl Serialize for WindowsDeviceADAccount
impl Eq for WindowsDeviceADAccount
impl StructuralPartialEq for WindowsDeviceADAccount
Auto Trait Implementations§
impl Freeze for WindowsDeviceADAccount
impl RefUnwindSafe for WindowsDeviceADAccount
impl Send for WindowsDeviceADAccount
impl Sync for WindowsDeviceADAccount
impl Unpin for WindowsDeviceADAccount
impl UnwindSafe for WindowsDeviceADAccount
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