pub enum StatusOutcome {
Succeeded,
Failed,
}Expand description
Request outcome status for filtering.
Variants§
Trait Implementations§
Source§impl Clone for StatusOutcome
impl Clone for StatusOutcome
Source§fn clone(&self) -> StatusOutcome
fn clone(&self) -> StatusOutcome
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 StatusOutcome
impl Debug for StatusOutcome
Source§impl<'de> Deserialize<'de> for StatusOutcome
impl<'de> Deserialize<'de> for StatusOutcome
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 FromStr for StatusOutcome
impl FromStr for StatusOutcome
Source§impl Serialize for StatusOutcome
impl Serialize for StatusOutcome
Auto Trait Implementations§
impl Freeze for StatusOutcome
impl RefUnwindSafe for StatusOutcome
impl Send for StatusOutcome
impl Sync for StatusOutcome
impl Unpin for StatusOutcome
impl UnwindSafe for StatusOutcome
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