pub struct CommandExecOutputDeltaNotification {
pub process_id: String,
pub stream: CommandExecOutputStream,
pub delta_base64: String,
pub cap_reached: bool,
}Fields§
§process_id: String§stream: CommandExecOutputStream§delta_base64: String§cap_reached: boolTrait Implementations§
Source§impl Clone for CommandExecOutputDeltaNotification
impl Clone for CommandExecOutputDeltaNotification
Source§fn clone(&self) -> CommandExecOutputDeltaNotification
fn clone(&self) -> CommandExecOutputDeltaNotification
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<'de> Deserialize<'de> for CommandExecOutputDeltaNotification
impl<'de> Deserialize<'de> for CommandExecOutputDeltaNotification
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 CommandExecOutputDeltaNotification
impl PartialEq for CommandExecOutputDeltaNotification
Source§fn eq(&self, other: &CommandExecOutputDeltaNotification) -> bool
fn eq(&self, other: &CommandExecOutputDeltaNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CommandExecOutputDeltaNotification
impl StructuralPartialEq for CommandExecOutputDeltaNotification
Auto Trait Implementations§
impl Freeze for CommandExecOutputDeltaNotification
impl RefUnwindSafe for CommandExecOutputDeltaNotification
impl Send for CommandExecOutputDeltaNotification
impl Sync for CommandExecOutputDeltaNotification
impl Unpin for CommandExecOutputDeltaNotification
impl UnsafeUnpin for CommandExecOutputDeltaNotification
impl UnwindSafe for CommandExecOutputDeltaNotification
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