Enum updatehub_cloud_sdk::api::ProbeResponse [−][src]
pub enum ProbeResponse {
NoUpdate,
Update(UpdatePackage, Option<Signature>),
ExtraPoll(i64),
}Variants
Update(UpdatePackage, Option<Signature>)Tuple Fields of Update
0: UpdatePackage1: Option<Signature>ExtraPoll(i64)Tuple Fields of ExtraPoll
0: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ProbeResponse
impl Send for ProbeResponse
impl Sync for ProbeResponse
impl Unpin for ProbeResponse
impl UnwindSafe for ProbeResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more