pub struct Accounts {
pub accounts: Vec<Win32_Account>,
pub last_updated: SystemTime,
}Expand description
Represents the state of Windows user accounts and group accounts
Fields§
§accounts: Vec<Win32_Account>Sequence of windows Accounts
last_updated: SystemTimeWhen was the record last updated
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Accounts
impl<'de> Deserialize<'de> for Accounts
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
Auto Trait Implementations§
impl Freeze for Accounts
impl RefUnwindSafe for Accounts
impl Send for Accounts
impl Sync for Accounts
impl Unpin for Accounts
impl UnwindSafe for Accounts
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