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