pub struct BashBackgroundStarted {
pub output: String,
pub job_id: String,
}Fields§
§output: String§job_id: StringTrait Implementations§
Source§impl Clone for BashBackgroundStarted
impl Clone for BashBackgroundStarted
Source§fn clone(&self) -> BashBackgroundStarted
fn clone(&self) -> BashBackgroundStarted
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 moreSource§impl Debug for BashBackgroundStarted
impl Debug for BashBackgroundStarted
Source§impl<'de> Deserialize<'de> for BashBackgroundStarted
impl<'de> Deserialize<'de> for BashBackgroundStarted
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 BashBackgroundStarted
impl RefUnwindSafe for BashBackgroundStarted
impl Send for BashBackgroundStarted
impl Sync for BashBackgroundStarted
impl Unpin for BashBackgroundStarted
impl UnsafeUnpin for BashBackgroundStarted
impl UnwindSafe for BashBackgroundStarted
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