Struct AutomaticUpdatesNotificationLevel
#[repr(transparent)]pub struct AutomaticUpdatesNotificationLevel(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AutomaticUpdatesNotificationLevel
impl Clone for AutomaticUpdatesNotificationLevel
§fn clone(&self) -> AutomaticUpdatesNotificationLevel
fn clone(&self) -> AutomaticUpdatesNotificationLevel
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 Debug for AutomaticUpdatesNotificationLevel
impl Debug for AutomaticUpdatesNotificationLevel
§impl Default for AutomaticUpdatesNotificationLevel
impl Default for AutomaticUpdatesNotificationLevel
§fn default() -> AutomaticUpdatesNotificationLevel
fn default() -> AutomaticUpdatesNotificationLevel
Returns the “default value” for a type. Read more
impl Copy for AutomaticUpdatesNotificationLevel
impl Eq for AutomaticUpdatesNotificationLevel
impl StructuralPartialEq for AutomaticUpdatesNotificationLevel
Auto Trait Implementations§
impl Freeze for AutomaticUpdatesNotificationLevel
impl RefUnwindSafe for AutomaticUpdatesNotificationLevel
impl Send for AutomaticUpdatesNotificationLevel
impl Sync for AutomaticUpdatesNotificationLevel
impl Unpin for AutomaticUpdatesNotificationLevel
impl UnwindSafe for AutomaticUpdatesNotificationLevel
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