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