pub struct ProbeResetCommand {
pub rollout_id: RolloutId,
}Expand description
Reset signal sent by the applier to the probe worker. Cleared on
Effect::LocalResetProbeCache. Per-rollout scope.
Fields§
§rollout_id: RolloutIdTrait Implementations§
Source§impl Clone for ProbeResetCommand
impl Clone for ProbeResetCommand
Source§fn clone(&self) -> ProbeResetCommand
fn clone(&self) -> ProbeResetCommand
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ProbeResetCommand
impl RefUnwindSafe for ProbeResetCommand
impl Send for ProbeResetCommand
impl Sync for ProbeResetCommand
impl Unpin for ProbeResetCommand
impl UnwindSafe for ProbeResetCommand
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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