pub struct UpdateConfig { /* private fields */ }Expand description
Shared configuration for update checks — contains no I/O logic.
Both the async and blocking update checkers use this internally.
Implementations§
Source§impl UpdateConfig
impl UpdateConfig
Sourcepub fn builder() -> UpdateConfigBuilder
pub fn builder() -> UpdateConfigBuilder
Create an instance of UpdateConfig using the builder syntax
Auto Trait Implementations§
impl Freeze for UpdateConfig
impl RefUnwindSafe for UpdateConfig
impl Send for UpdateConfig
impl Sync for UpdateConfig
impl Unpin for UpdateConfig
impl UnsafeUnpin for UpdateConfig
impl UnwindSafe for UpdateConfig
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