pub struct UiRollouts(Vec<ActiveRollout>);Expand description
UI view (drops terminal). Drives /v1/rollouts, deferrals, metrics.
Tuple Fields§
§0: Vec<ActiveRollout>Implementations§
Source§impl UiRollouts
impl UiRollouts
pub fn iter(&self) -> Iter<'_, ActiveRollout>
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn into_inner(self) -> Vec<ActiveRollout>
Trait Implementations§
Source§impl Clone for UiRollouts
impl Clone for UiRollouts
Source§fn clone(&self) -> UiRollouts
fn clone(&self) -> UiRollouts
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 UiRollouts
impl Debug for UiRollouts
Source§impl Default for UiRollouts
impl Default for UiRollouts
Source§fn default() -> UiRollouts
fn default() -> UiRollouts
Returns the “default value” for a type. Read more
Source§impl<'a> IntoIterator for &'a UiRollouts
impl<'a> IntoIterator for &'a UiRollouts
Source§impl IntoIterator for UiRollouts
impl IntoIterator for UiRollouts
Auto Trait Implementations§
impl Freeze for UiRollouts
impl RefUnwindSafe for UiRollouts
impl Send for UiRollouts
impl Sync for UiRollouts
impl Unpin for UiRollouts
impl UnwindSafe for UiRollouts
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