pub struct CorrelationSummary { /* private fields */ }Expand description
Correlation summary
Implementations§
§impl CorrelationSummary
impl CorrelationSummary
pub fn total_requests(&self) -> u32
pub fn total_requests(&self) -> u32
Get total requests
pub fn failed_requests(&self) -> u32
pub fn failed_requests(&self) -> u32
Get failed requests
pub fn error_patterns(&self) -> &Vec<String>
pub fn error_patterns(&self) -> &Vec<String>
Get error patterns
Trait Implementations§
Source§impl Clone for CorrelationSummary
impl Clone for CorrelationSummary
Source§fn clone(&self) -> CorrelationSummary
fn clone(&self) -> CorrelationSummary
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 CorrelationSummary
impl Debug for CorrelationSummary
Source§impl<'de> Deserialize<'de> for CorrelationSummary
impl<'de> Deserialize<'de> for CorrelationSummary
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
Auto Trait Implementations§
impl Freeze for CorrelationSummary
impl RefUnwindSafe for CorrelationSummary
impl Send for CorrelationSummary
impl Sync for CorrelationSummary
impl Unpin for CorrelationSummary
impl UnwindSafe for CorrelationSummary
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