pub struct PipelineEventHookOutcome {
pub accepted: bool,
pub measurements: Vec<PluginMeasurement>,
pub diagnostics: Vec<PluginDiagnostic>,
}Fields§
§accepted: bool§measurements: Vec<PluginMeasurement>§diagnostics: Vec<PluginDiagnostic>Implementations§
Trait Implementations§
Source§impl Clone for PipelineEventHookOutcome
impl Clone for PipelineEventHookOutcome
Source§fn clone(&self) -> PipelineEventHookOutcome
fn clone(&self) -> PipelineEventHookOutcome
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 PipelineEventHookOutcome
impl Debug for PipelineEventHookOutcome
Source§impl Default for PipelineEventHookOutcome
impl Default for PipelineEventHookOutcome
Source§fn default() -> PipelineEventHookOutcome
fn default() -> PipelineEventHookOutcome
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PipelineEventHookOutcome
impl<'de> Deserialize<'de> for PipelineEventHookOutcome
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 PipelineEventHookOutcome
impl PartialEq for PipelineEventHookOutcome
Source§impl Serialize for PipelineEventHookOutcome
impl Serialize for PipelineEventHookOutcome
impl StructuralPartialEq for PipelineEventHookOutcome
Auto Trait Implementations§
impl Freeze for PipelineEventHookOutcome
impl RefUnwindSafe for PipelineEventHookOutcome
impl Send for PipelineEventHookOutcome
impl Sync for PipelineEventHookOutcome
impl Unpin for PipelineEventHookOutcome
impl UnsafeUnpin for PipelineEventHookOutcome
impl UnwindSafe for PipelineEventHookOutcome
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