pub enum ProbeResponse {
NoUpdate,
Update(UpdatePackage, Option<Signature>),
ExtraPoll(i64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProbeResponse
impl RefUnwindSafe for ProbeResponse
impl Send for ProbeResponse
impl Sync for ProbeResponse
impl Unpin for ProbeResponse
impl UnwindSafe for ProbeResponse
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