pub struct ValidateReport {
pub lock_file: String,
pub mode: String,
pub allowed_paths: Vec<String>,
pub changed_paths: Vec<String>,
pub violations: Vec<ScopeViolation>,
}Fields§
§lock_file: String§mode: String§allowed_paths: Vec<String>§changed_paths: Vec<String>§violations: Vec<ScopeViolation>Trait Implementations§
Source§impl Debug for ValidateReport
impl Debug for ValidateReport
Auto Trait Implementations§
impl Freeze for ValidateReport
impl RefUnwindSafe for ValidateReport
impl Send for ValidateReport
impl Sync for ValidateReport
impl Unpin for ValidateReport
impl UnsafeUnpin for ValidateReport
impl UnwindSafe for ValidateReport
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