pub struct ScreeningOperationExecutionOutput {
pub verdicts: Vec<ScreeningVerdict>,
}
Fields§
§verdicts: Vec<ScreeningVerdict>
Implementations§
Source§impl ScreeningOperationExecutionOutput
impl ScreeningOperationExecutionOutput
pub fn new(verdicts: Vec<ScreeningVerdict>) -> ScreeningOperationExecutionOutput
Trait Implementations§
Source§impl Clone for ScreeningOperationExecutionOutput
impl Clone for ScreeningOperationExecutionOutput
Source§fn clone(&self) -> ScreeningOperationExecutionOutput
fn clone(&self) -> ScreeningOperationExecutionOutput
Returns a copy 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 Default for ScreeningOperationExecutionOutput
impl Default for ScreeningOperationExecutionOutput
Source§fn default() -> ScreeningOperationExecutionOutput
fn default() -> ScreeningOperationExecutionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScreeningOperationExecutionOutput
impl<'de> Deserialize<'de> for ScreeningOperationExecutionOutput
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 ScreeningOperationExecutionOutput
impl PartialEq for ScreeningOperationExecutionOutput
Source§fn eq(&self, other: &ScreeningOperationExecutionOutput) -> bool
fn eq(&self, other: &ScreeningOperationExecutionOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ScreeningOperationExecutionOutput
Auto Trait Implementations§
impl Freeze for ScreeningOperationExecutionOutput
impl RefUnwindSafe for ScreeningOperationExecutionOutput
impl Send for ScreeningOperationExecutionOutput
impl Sync for ScreeningOperationExecutionOutput
impl Unpin for ScreeningOperationExecutionOutput
impl UnwindSafe for ScreeningOperationExecutionOutput
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