pub struct Violation {
pub kind: ViolationKind,
pub path: PathBuf,
pub line: Option<usize>,
pub message: String,
}Expand description
Individual violation
Fieldsยง
ยงkind: ViolationKindยงpath: PathBufยงline: Option<usize>ยงmessage: StringTrait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Violation
impl RefUnwindSafe for Violation
impl Send for Violation
impl Sync for Violation
impl Unpin for Violation
impl UnsafeUnpin for Violation
impl UnwindSafe for Violation
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