pub struct ScreeningOperationFailure {
pub reason: Reason,
pub data: Option<ScreeningOperationExecutionOutput>,
}
Fields§
§reason: Reason
§data: Option<ScreeningOperationExecutionOutput>
Implementations§
Source§impl ScreeningOperationFailure
impl ScreeningOperationFailure
pub fn new(reason: Reason) -> ScreeningOperationFailure
Trait Implementations§
Source§impl Clone for ScreeningOperationFailure
impl Clone for ScreeningOperationFailure
Source§fn clone(&self) -> ScreeningOperationFailure
fn clone(&self) -> ScreeningOperationFailure
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 ScreeningOperationFailure
impl Debug for ScreeningOperationFailure
Source§impl Default for ScreeningOperationFailure
impl Default for ScreeningOperationFailure
Source§fn default() -> ScreeningOperationFailure
fn default() -> ScreeningOperationFailure
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScreeningOperationFailure
impl<'de> Deserialize<'de> for ScreeningOperationFailure
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 StructuralPartialEq for ScreeningOperationFailure
Auto Trait Implementations§
impl Freeze for ScreeningOperationFailure
impl RefUnwindSafe for ScreeningOperationFailure
impl Send for ScreeningOperationFailure
impl Sync for ScreeningOperationFailure
impl Unpin for ScreeningOperationFailure
impl UnwindSafe for ScreeningOperationFailure
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