pub enum ContentOutcome {
Pass,
Fail,
Cancel,
Error,
}
Variants§
Trait Implementations§
Source§impl Clone for ContentOutcome
impl Clone for ContentOutcome
Source§fn clone(&self) -> ContentOutcome
fn clone(&self) -> ContentOutcome
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 Debug for ContentOutcome
impl Debug for ContentOutcome
Source§impl<'de> Deserialize<'de> for ContentOutcome
impl<'de> Deserialize<'de> for ContentOutcome
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 ContentOutcome
impl PartialEq for ContentOutcome
Source§impl Serialize for ContentOutcome
impl Serialize for ContentOutcome
impl Eq for ContentOutcome
impl StructuralPartialEq for ContentOutcome
Auto Trait Implementations§
impl Freeze for ContentOutcome
impl RefUnwindSafe for ContentOutcome
impl Send for ContentOutcome
impl Sync for ContentOutcome
impl Unpin for ContentOutcome
impl UnwindSafe for ContentOutcome
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