pub struct ShellOutputStart {
pub command: Option<String>,
}Fields§
§command: Option<String>Trait Implementations§
Source§impl Clone for ShellOutputStart
impl Clone for ShellOutputStart
Source§fn clone(&self) -> ShellOutputStart
fn clone(&self) -> ShellOutputStart
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 ShellOutputStart
impl Debug for ShellOutputStart
Source§impl<'de> Deserialize<'de> for ShellOutputStart
impl<'de> Deserialize<'de> for ShellOutputStart
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ShellOutputStart
impl RefUnwindSafe for ShellOutputStart
impl Send for ShellOutputStart
impl Sync for ShellOutputStart
impl Unpin for ShellOutputStart
impl UnsafeUnpin for ShellOutputStart
impl UnwindSafe for ShellOutputStart
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