pub struct ComputationRange { /* private fields */ }
Expand description
The time range over which status and last failure were calculated. Failures outside of this time range will not be included in the results.
Implementations§
Source§impl ComputationRange
impl ComputationRange
Sourcepub fn builder() -> Builder<StartStage>
pub fn builder() -> Builder<StartStage>
Returns a new builder.
Trait Implementations§
Source§impl Clone for ComputationRange
impl Clone for ComputationRange
Source§fn clone(&self) -> ComputationRange
fn clone(&self) -> ComputationRange
Returns a copy 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 ComputationRange
impl Debug for ComputationRange
Source§impl<'de> Deserialize<'de> for ComputationRange
impl<'de> Deserialize<'de> for ComputationRange
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ComputationRange> for Builder<Complete>
impl From<ComputationRange> for Builder<Complete>
Source§fn from(v: ComputationRange) -> Self
fn from(v: ComputationRange) -> Self
Converts to this type from the input type.
Source§impl Hash for ComputationRange
impl Hash for ComputationRange
Source§impl Ord for ComputationRange
impl Ord for ComputationRange
Source§fn cmp(&self, other: &ComputationRange) -> Ordering
fn cmp(&self, other: &ComputationRange) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ComputationRange
impl PartialEq for ComputationRange
Source§impl PartialOrd for ComputationRange
impl PartialOrd for ComputationRange
Source§impl Serialize for ComputationRange
impl Serialize for ComputationRange
impl Eq for ComputationRange
impl StructuralPartialEq for ComputationRange
Auto Trait Implementations§
impl Freeze for ComputationRange
impl RefUnwindSafe for ComputationRange
impl Send for ComputationRange
impl Sync for ComputationRange
impl Unpin for ComputationRange
impl UnwindSafe for ComputationRange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.