pub struct GraphValidationReport {
pub errors: Vec<GraphValidationError>,
}Fields§
§errors: Vec<GraphValidationError>Implementations§
Source§impl GraphValidationReport
impl GraphValidationReport
pub fn is_ok(&self) -> bool
pub fn errors(&self) -> &[GraphValidationError]
pub fn into_errors(self) -> Vec<GraphValidationError>
Trait Implementations§
Source§impl Debug for GraphValidationReport
impl Debug for GraphValidationReport
Source§impl Default for GraphValidationReport
impl Default for GraphValidationReport
Source§fn default() -> GraphValidationReport
fn default() -> GraphValidationReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GraphValidationReport
impl RefUnwindSafe for GraphValidationReport
impl Send for GraphValidationReport
impl Sync for GraphValidationReport
impl Unpin for GraphValidationReport
impl UnsafeUnpin for GraphValidationReport
impl UnwindSafe for GraphValidationReport
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