pub struct FlowValidationReport {
pub root: PathBuf,
pub flows: Vec<FlowDocument>,
}Expand description
Report returned after validating a folder of flows.
Fields§
§root: PathBuf§flows: Vec<FlowDocument>Trait Implementations§
Source§impl Clone for FlowValidationReport
impl Clone for FlowValidationReport
Source§fn clone(&self) -> FlowValidationReport
fn clone(&self) -> FlowValidationReport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FlowValidationReport
impl RefUnwindSafe for FlowValidationReport
impl Send for FlowValidationReport
impl Sync for FlowValidationReport
impl Unpin for FlowValidationReport
impl UnwindSafe for FlowValidationReport
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