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