Struct embedded_update::UpdaterConfig
source · [−]Expand description
Configuration for the updater task.
Fields
timeout_ms: u32
Timeout used for update requests in milliseconds.
backoff_ms: u32
Backoff time when updates fail or time out.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UpdaterConfig
impl Send for UpdaterConfig
impl Sync for UpdaterConfig
impl Unpin for UpdaterConfig
impl UnwindSafe for UpdaterConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more