pub struct ValidationIssue {
pub path: PathPointer,
pub breaking: bool,
pub kind: &'static str,
}
Fields§
§path: PathPointer
§breaking: bool
§kind: &'static str
Implementations§
Source§impl ValidationIssue
impl ValidationIssue
pub fn new(path: PathPointer, kind: &'static str, breaking: bool) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationIssue
impl RefUnwindSafe for ValidationIssue
impl Send for ValidationIssue
impl Sync for ValidationIssue
impl Unpin for ValidationIssue
impl UnwindSafe for ValidationIssue
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