pub struct CheckIssue {
pub path: PathBuf,
pub message: String,
pub suggestion: Option<String>,
}Fields§
§path: PathBuf§message: String§suggestion: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckIssue
impl RefUnwindSafe for CheckIssue
impl Send for CheckIssue
impl Sync for CheckIssue
impl Unpin for CheckIssue
impl UnwindSafe for CheckIssue
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