pub struct PtyCommandStopResponse {
pub job_id: JobId,
pub bucket_id: BucketId,
pub frames_total: u64,
pub events_emitted: u64,
pub bytes_total: u64,
pub stdin_bytes_written: u64,
pub secret_prompts_total: u64,
}Fields§
§job_id: JobId§bucket_id: BucketId§frames_total: u64§events_emitted: u64§bytes_total: u64§stdin_bytes_written: u64§secret_prompts_total: u64Trait Implementations§
Source§impl Clone for PtyCommandStopResponse
impl Clone for PtyCommandStopResponse
Source§fn clone(&self) -> PtyCommandStopResponse
fn clone(&self) -> PtyCommandStopResponse
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 PtyCommandStopResponse
impl Debug for PtyCommandStopResponse
Source§impl<'de> Deserialize<'de> for PtyCommandStopResponse
impl<'de> Deserialize<'de> for PtyCommandStopResponse
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 PtyCommandStopResponse
impl RefUnwindSafe for PtyCommandStopResponse
impl Send for PtyCommandStopResponse
impl Sync for PtyCommandStopResponse
impl Unpin for PtyCommandStopResponse
impl UnsafeUnpin for PtyCommandStopResponse
impl UnwindSafe for PtyCommandStopResponse
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