pub enum StartUpdateCheckResponse {
Started,
AlreadyRunning,
Throttled,
}
Expand description
Responses to a request to start an update check now.
Variants§
Started
The state machine was idle and the request triggered an update check.
AlreadyRunning
The state machine was already processing an update check and ignored this request and options.
Throttled
The update check was throttled by policy.
Trait Implementations§
Source§impl Clone for StartUpdateCheckResponse
impl Clone for StartUpdateCheckResponse
Source§fn clone(&self) -> StartUpdateCheckResponse
fn clone(&self) -> StartUpdateCheckResponse
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 moreSource§impl Debug for StartUpdateCheckResponse
impl Debug for StartUpdateCheckResponse
Source§impl PartialEq for StartUpdateCheckResponse
impl PartialEq for StartUpdateCheckResponse
impl Eq for StartUpdateCheckResponse
impl StructuralPartialEq for StartUpdateCheckResponse
Auto Trait Implementations§
impl Freeze for StartUpdateCheckResponse
impl RefUnwindSafe for StartUpdateCheckResponse
impl Send for StartUpdateCheckResponse
impl Sync for StartUpdateCheckResponse
impl Unpin for StartUpdateCheckResponse
impl UnwindSafe for StartUpdateCheckResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)