pub struct UpdatedInput {
pub command: String,
}Expand description
The modified input to substitute.
Fields§
§command: StringThe replacement command (typically a no-op like “true” or “exit 0”).
Trait Implementations§
Source§impl Clone for UpdatedInput
impl Clone for UpdatedInput
Source§fn clone(&self) -> UpdatedInput
fn clone(&self) -> UpdatedInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdatedInput
impl Debug for UpdatedInput
Auto Trait Implementations§
impl Freeze for UpdatedInput
impl RefUnwindSafe for UpdatedInput
impl Send for UpdatedInput
impl Sync for UpdatedInput
impl Unpin for UpdatedInput
impl UnsafeUnpin for UpdatedInput
impl UnwindSafe for UpdatedInput
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