Struct AutomaticUpdatesScheduledInstallationDay
#[repr(transparent)]pub struct AutomaticUpdatesScheduledInstallationDay(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AutomaticUpdatesScheduledInstallationDay
impl Clone for AutomaticUpdatesScheduledInstallationDay
§fn clone(&self) -> AutomaticUpdatesScheduledInstallationDay
fn clone(&self) -> AutomaticUpdatesScheduledInstallationDay
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 more§impl Default for AutomaticUpdatesScheduledInstallationDay
impl Default for AutomaticUpdatesScheduledInstallationDay
§fn default() -> AutomaticUpdatesScheduledInstallationDay
fn default() -> AutomaticUpdatesScheduledInstallationDay
Returns the “default value” for a type. Read more
§impl PartialEq for AutomaticUpdatesScheduledInstallationDay
impl PartialEq for AutomaticUpdatesScheduledInstallationDay
§fn eq(&self, other: &AutomaticUpdatesScheduledInstallationDay) -> bool
fn eq(&self, other: &AutomaticUpdatesScheduledInstallationDay) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AutomaticUpdatesScheduledInstallationDay
impl Eq for AutomaticUpdatesScheduledInstallationDay
impl StructuralPartialEq for AutomaticUpdatesScheduledInstallationDay
Auto Trait Implementations§
impl Freeze for AutomaticUpdatesScheduledInstallationDay
impl RefUnwindSafe for AutomaticUpdatesScheduledInstallationDay
impl Send for AutomaticUpdatesScheduledInstallationDay
impl Sync for AutomaticUpdatesScheduledInstallationDay
impl Unpin for AutomaticUpdatesScheduledInstallationDay
impl UnwindSafe for AutomaticUpdatesScheduledInstallationDay
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