pub struct ActiveRollout {
pub rollout_id: RolloutId,
pub channel: String,
pub current_wave: u32,
pub created_at: String,
pub terminal_at: Option<DateTime<Utc>>,
}Fields§
§rollout_id: RolloutId§channel: String§current_wave: u32§created_at: String§terminal_at: Option<DateTime<Utc>>Set on terminal transition; threaded into the in-memory Rollout
so advance_rollout short-circuits and channel_edges can
distinguish “predecessor converged” from “predecessor unknown”.
Trait Implementations§
Source§impl Clone for ActiveRollout
impl Clone for ActiveRollout
Source§fn clone(&self) -> ActiveRollout
fn clone(&self) -> ActiveRollout
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 moreSource§impl Debug for ActiveRollout
impl Debug for ActiveRollout
Source§impl PartialEq for ActiveRollout
impl PartialEq for ActiveRollout
impl Eq for ActiveRollout
impl StructuralPartialEq for ActiveRollout
Auto Trait Implementations§
impl Freeze for ActiveRollout
impl RefUnwindSafe for ActiveRollout
impl Send for ActiveRollout
impl Sync for ActiveRollout
impl Unpin for ActiveRollout
impl UnwindSafe for ActiveRollout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more