pub struct OutcomeTimeout {
pub type_: String,
}Expand description
Indicates that the shell call exceeded its configured time limit.
Fields§
§type_: StringThe outcome type. Always timeout.
Trait Implementations§
Source§impl Clone for OutcomeTimeout
impl Clone for OutcomeTimeout
Source§fn clone(&self) -> OutcomeTimeout
fn clone(&self) -> OutcomeTimeout
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 OutcomeTimeout
impl Debug for OutcomeTimeout
Source§impl<'de> Deserialize<'de> for OutcomeTimeout
impl<'de> Deserialize<'de> for OutcomeTimeout
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 OutcomeTimeout
impl RefUnwindSafe for OutcomeTimeout
impl Send for OutcomeTimeout
impl Sync for OutcomeTimeout
impl Unpin for OutcomeTimeout
impl UnsafeUnpin for OutcomeTimeout
impl UnwindSafe for OutcomeTimeout
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