pub struct UpdateSettings {
pub check: bool,
pub auto_update: bool,
pub interval_hours: u64,
}Fields§
§check: bool§auto_update: bool§interval_hours: u64Trait Implementations§
Source§impl Clone for UpdateSettings
impl Clone for UpdateSettings
Source§fn clone(&self) -> UpdateSettings
fn clone(&self) -> UpdateSettings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateSettings
impl Debug for UpdateSettings
Source§impl Default for UpdateSettings
impl Default for UpdateSettings
impl Eq for UpdateSettings
Source§impl PartialEq for UpdateSettings
impl PartialEq for UpdateSettings
impl StructuralPartialEq for UpdateSettings
Auto Trait Implementations§
impl Freeze for UpdateSettings
impl RefUnwindSafe for UpdateSettings
impl Send for UpdateSettings
impl Sync for UpdateSettings
impl Unpin for UpdateSettings
impl UnsafeUnpin for UpdateSettings
impl UnwindSafe for UpdateSettings
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