pub struct ModuleBoundaryReport {
pub violations: Vec<ModuleViolation>,
}Expand description
Module boundary diagnostic report.
Fields§
§violations: Vec<ModuleViolation>Violations found by the audit.
Implementations§
Trait Implementations§
Source§impl Clone for ModuleBoundaryReport
impl Clone for ModuleBoundaryReport
Source§fn clone(&self) -> ModuleBoundaryReport
fn clone(&self) -> ModuleBoundaryReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModuleBoundaryReport
impl Debug for ModuleBoundaryReport
Source§impl Default for ModuleBoundaryReport
impl Default for ModuleBoundaryReport
Source§fn default() -> ModuleBoundaryReport
fn default() -> ModuleBoundaryReport
Returns the “default value” for a type. Read more
impl Eq for ModuleBoundaryReport
Source§impl PartialEq for ModuleBoundaryReport
impl PartialEq for ModuleBoundaryReport
Source§fn eq(&self, other: &ModuleBoundaryReport) -> bool
fn eq(&self, other: &ModuleBoundaryReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModuleBoundaryReport
Auto Trait Implementations§
impl Freeze for ModuleBoundaryReport
impl RefUnwindSafe for ModuleBoundaryReport
impl Send for ModuleBoundaryReport
impl Sync for ModuleBoundaryReport
impl Unpin for ModuleBoundaryReport
impl UnsafeUnpin for ModuleBoundaryReport
impl UnwindSafe for ModuleBoundaryReport
Blanket Implementations§
impl<T> Allocation for T
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