pub struct CorrelationsSummary {
pub signature: String,
pub channel: String,
pub date: String,
pub sig_count: f64,
pub ref_count: u64,
pub items: Vec<CorrelationItem>,
}Fields§
§signature: String§channel: String§date: String§sig_count: f64§ref_count: u64§items: Vec<CorrelationItem>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CorrelationsSummary
impl RefUnwindSafe for CorrelationsSummary
impl Send for CorrelationsSummary
impl Sync for CorrelationsSummary
impl Unpin for CorrelationsSummary
impl UnsafeUnpin for CorrelationsSummary
impl UnwindSafe for CorrelationsSummary
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