pub struct FindingSummary {
pub id: String,
pub assertion: String,
}Fields§
§id: String§assertion: StringTrait Implementations§
Source§impl Debug for FindingSummary
impl Debug for FindingSummary
Auto Trait Implementations§
impl Freeze for FindingSummary
impl RefUnwindSafe for FindingSummary
impl Send for FindingSummary
impl Sync for FindingSummary
impl Unpin for FindingSummary
impl UnsafeUnpin for FindingSummary
impl UnwindSafe for FindingSummary
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