pub struct PluginBatchExecutionResult {
pub responses: Vec<PluginResponse>,
pub runs: Vec<PluginRunMetadata>,
pub run: PluginRunMetadata,
}Fields§
§responses: Vec<PluginResponse>§runs: Vec<PluginRunMetadata>§run: PluginRunMetadataTrait Implementations§
Source§impl Clone for PluginBatchExecutionResult
impl Clone for PluginBatchExecutionResult
Source§fn clone(&self) -> PluginBatchExecutionResult
fn clone(&self) -> PluginBatchExecutionResult
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 PluginBatchExecutionResult
impl Debug for PluginBatchExecutionResult
Source§impl<'de> Deserialize<'de> for PluginBatchExecutionResult
impl<'de> Deserialize<'de> for PluginBatchExecutionResult
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 PluginBatchExecutionResult
impl RefUnwindSafe for PluginBatchExecutionResult
impl Send for PluginBatchExecutionResult
impl Sync for PluginBatchExecutionResult
impl Unpin for PluginBatchExecutionResult
impl UnsafeUnpin for PluginBatchExecutionResult
impl UnwindSafe for PluginBatchExecutionResult
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