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