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