pub struct StandardOutput {
pub stream: StandardOutputStream,
pub data: String,
pub seq: MachineOutputSeq,
}Fields§
§stream: StandardOutputStream§data: String§seq: MachineOutputSeqTrait Implementations§
Source§impl Clone for StandardOutput
impl Clone for StandardOutput
Source§fn clone(&self) -> StandardOutput
fn clone(&self) -> StandardOutput
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 StandardOutput
impl Debug for StandardOutput
Source§impl<'de> Deserialize<'de> for StandardOutput
impl<'de> Deserialize<'de> for StandardOutput
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 StandardOutput
impl PartialEq for StandardOutput
Source§impl Serialize for StandardOutput
impl Serialize for StandardOutput
impl StructuralPartialEq for StandardOutput
Auto Trait Implementations§
impl Freeze for StandardOutput
impl RefUnwindSafe for StandardOutput
impl Send for StandardOutput
impl Sync for StandardOutput
impl Unpin for StandardOutput
impl UnwindSafe for StandardOutput
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