pub struct ComputerCommandOutputChunk {
pub stream: ComputerCommandOutputStream,
pub content: String,
pub cursor: u64,
}Fields§
§stream: ComputerCommandOutputStream§content: String§cursor: u64Trait Implementations§
Source§impl Clone for ComputerCommandOutputChunk
impl Clone for ComputerCommandOutputChunk
Source§fn clone(&self) -> ComputerCommandOutputChunk
fn clone(&self) -> ComputerCommandOutputChunk
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 ComputerCommandOutputChunk
impl Debug for ComputerCommandOutputChunk
Source§impl<'de> Deserialize<'de> for ComputerCommandOutputChunk
impl<'de> Deserialize<'de> for ComputerCommandOutputChunk
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
impl Eq for ComputerCommandOutputChunk
impl StructuralPartialEq for ComputerCommandOutputChunk
Auto Trait Implementations§
impl Freeze for ComputerCommandOutputChunk
impl RefUnwindSafe for ComputerCommandOutputChunk
impl Send for ComputerCommandOutputChunk
impl Sync for ComputerCommandOutputChunk
impl Unpin for ComputerCommandOutputChunk
impl UnsafeUnpin for ComputerCommandOutputChunk
impl UnwindSafe for ComputerCommandOutputChunk
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