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