pub struct ListReport {
pub total: usize,
pub lists: Vec<ExceptionList>,
}Expand description
The report list renders: every matching container, in stable order.
Fields§
§total: usize§lists: Vec<ExceptionList>Trait Implementations§
Source§impl Clone for ListReport
impl Clone for ListReport
Source§fn clone(&self) -> ListReport
fn clone(&self) -> ListReport
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 ListReport
impl Debug for ListReport
Source§impl PartialEq for ListReport
impl PartialEq for ListReport
Source§impl Serialize for ListReport
impl Serialize for ListReport
impl StructuralPartialEq for ListReport
Auto Trait Implementations§
impl Freeze for ListReport
impl RefUnwindSafe for ListReport
impl Send for ListReport
impl Sync for ListReport
impl Unpin for ListReport
impl UnsafeUnpin for ListReport
impl UnwindSafe for ListReport
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