pub struct PlanFileValidatorInput {
pub plan_file: String,
}Expand description
Input for plan file validator hook.
Fields§
§plan_file: StringThe plan file path.
Trait Implementations§
Source§impl Clone for PlanFileValidatorInput
impl Clone for PlanFileValidatorInput
Source§fn clone(&self) -> PlanFileValidatorInput
fn clone(&self) -> PlanFileValidatorInput
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 PlanFileValidatorInput
impl RefUnwindSafe for PlanFileValidatorInput
impl Send for PlanFileValidatorInput
impl Sync for PlanFileValidatorInput
impl Unpin for PlanFileValidatorInput
impl UnsafeUnpin for PlanFileValidatorInput
impl UnwindSafe for PlanFileValidatorInput
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