pub enum ReadinessDispatch {
Delivered,
TargetMissing,
BridgeMissing,
}Expand description
Notify the guest that one registered sidecar capability has durable work to drain. No socket/signal/timer payload crosses this boundary: the guest uses the identity to issue bounded drain operations against the owning subsystem.
Variants§
Trait Implementations§
Source§impl Clone for ReadinessDispatch
impl Clone for ReadinessDispatch
Source§fn clone(&self) -> ReadinessDispatch
fn clone(&self) -> ReadinessDispatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReadinessDispatch
Source§impl Debug for ReadinessDispatch
impl Debug for ReadinessDispatch
impl Eq for ReadinessDispatch
Source§impl PartialEq for ReadinessDispatch
impl PartialEq for ReadinessDispatch
impl StructuralPartialEq for ReadinessDispatch
Auto Trait Implementations§
impl Freeze for ReadinessDispatch
impl RefUnwindSafe for ReadinessDispatch
impl Send for ReadinessDispatch
impl Sync for ReadinessDispatch
impl Unpin for ReadinessDispatch
impl UnsafeUnpin for ReadinessDispatch
impl UnwindSafe for ReadinessDispatch
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