pub struct PtyExitedProps {
pub id: String,
pub exit_code: f64,
}Expand description
Properties for EventListResponse::PtyExited.
Fields§
§id: StringPTY identifier.
exit_code: f64Exit code.
Trait Implementations§
Source§impl Clone for PtyExitedProps
impl Clone for PtyExitedProps
Source§fn clone(&self) -> PtyExitedProps
fn clone(&self) -> PtyExitedProps
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 PtyExitedProps
impl Debug for PtyExitedProps
Source§impl<'de> Deserialize<'de> for PtyExitedProps
impl<'de> Deserialize<'de> for PtyExitedProps
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
Source§impl PartialEq for PtyExitedProps
impl PartialEq for PtyExitedProps
Source§impl Serialize for PtyExitedProps
impl Serialize for PtyExitedProps
impl StructuralPartialEq for PtyExitedProps
Auto Trait Implementations§
impl Freeze for PtyExitedProps
impl RefUnwindSafe for PtyExitedProps
impl Send for PtyExitedProps
impl Sync for PtyExitedProps
impl Unpin for PtyExitedProps
impl UnwindSafe for PtyExitedProps
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