pub struct FindingSink { /* private fields */ }Expand description
Collects findings on behalf of one check, stamping each with the check ID.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindingSink
impl RefUnwindSafe for FindingSink
impl Send for FindingSink
impl Sync for FindingSink
impl Unpin for FindingSink
impl UnsafeUnpin for FindingSink
impl UnwindSafe for FindingSink
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