pub struct RolloutRow {
pub rollout_id: RolloutId,
pub channel: String,
pub target_ref: String,
pub state: RolloutState,
pub current_wave: u32,
pub opened_event_log_seq: Option<i64>,
pub last_transition_event_log_seq: Option<i64>,
pub opened_at: DateTime<Utc>,
pub terminal_at: Option<DateTime<Utc>>,
pub superseded_at: Option<DateTime<Utc>>,
}Expand description
Typed projection of a single rollouts row. Replaces the v0.1-era
SupersedeStatus (which only carried superseded_at/superseded_by/
terminal_at) with the full row shape so callers can read state
directly without ad-hoc boolean derivation.
Fields§
§rollout_id: RolloutId§channel: String§target_ref: String§state: RolloutState§current_wave: u32§opened_event_log_seq: Option<i64>§last_transition_event_log_seq: Option<i64>§opened_at: DateTime<Utc>§terminal_at: Option<DateTime<Utc>>§superseded_at: Option<DateTime<Utc>>Trait Implementations§
Source§impl Clone for RolloutRow
impl Clone for RolloutRow
Source§fn clone(&self) -> RolloutRow
fn clone(&self) -> RolloutRow
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 RolloutRow
impl Debug for RolloutRow
Source§impl PartialEq for RolloutRow
impl PartialEq for RolloutRow
impl Eq for RolloutRow
impl StructuralPartialEq for RolloutRow
Auto Trait Implementations§
impl Freeze for RolloutRow
impl RefUnwindSafe for RolloutRow
impl Send for RolloutRow
impl Sync for RolloutRow
impl Unpin for RolloutRow
impl UnwindSafe for RolloutRow
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