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