pub struct ErrorsBlock {
pub total_errors: usize,
pub top_status_codes: Vec<StatusCodeCount>,
}Fields§
§total_errors: usize§top_status_codes: Vec<StatusCodeCount>Trait Implementations§
Source§impl Clone for ErrorsBlock
impl Clone for ErrorsBlock
Source§fn clone(&self) -> ErrorsBlock
fn clone(&self) -> ErrorsBlock
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ErrorsBlock
impl Debug for ErrorsBlock
Auto Trait Implementations§
impl Freeze for ErrorsBlock
impl RefUnwindSafe for ErrorsBlock
impl Send for ErrorsBlock
impl Sync for ErrorsBlock
impl Unpin for ErrorsBlock
impl UnsafeUnpin for ErrorsBlock
impl UnwindSafe for ErrorsBlock
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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