pub struct ListDetail {
pub list: ExceptionList,
pub items: Vec<ExceptionItem>,
}Expand description
The report get renders: one container and every item inside it.
Fields§
§list: ExceptionList§items: Vec<ExceptionItem>Trait Implementations§
Source§impl Clone for ListDetail
impl Clone for ListDetail
Source§fn clone(&self) -> ListDetail
fn clone(&self) -> ListDetail
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 ListDetail
impl Debug for ListDetail
Source§impl PartialEq for ListDetail
impl PartialEq for ListDetail
Source§impl Serialize for ListDetail
impl Serialize for ListDetail
impl StructuralPartialEq for ListDetail
Auto Trait Implementations§
impl Freeze for ListDetail
impl RefUnwindSafe for ListDetail
impl Send for ListDetail
impl Sync for ListDetail
impl Unpin for ListDetail
impl UnsafeUnpin for ListDetail
impl UnwindSafe for ListDetail
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