pub struct ChecksResult {
pub findings: Vec<CheckFinding>,
}Fields§
§findings: Vec<CheckFinding>Trait Implementations§
Source§impl Debug for ChecksResult
impl Debug for ChecksResult
Auto Trait Implementations§
impl Freeze for ChecksResult
impl RefUnwindSafe for ChecksResult
impl Send for ChecksResult
impl Sync for ChecksResult
impl Unpin for ChecksResult
impl UnsafeUnpin for ChecksResult
impl UnwindSafe for ChecksResult
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