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