Enum commonwasm::enums::attempt_status::AttemptStatus
pub enum AttemptStatus {
Passed,
NotPassed,
}
Variants§
Trait Implementations§
§impl Clone for AttemptStatus
impl Clone for AttemptStatus
§fn clone(&self) -> AttemptStatus
fn clone(&self) -> AttemptStatus
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 more§impl Debug for AttemptStatus
impl Debug for AttemptStatus
§impl<'de> Deserialize<'de> for AttemptStatus
impl<'de> Deserialize<'de> for AttemptStatus
§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 Display for AttemptStatus
impl Display for AttemptStatus
§impl FromStr for AttemptStatus
impl FromStr for AttemptStatus
§impl PartialEq for AttemptStatus
impl PartialEq for AttemptStatus
§impl Serialize for AttemptStatus
impl Serialize for AttemptStatus
§impl TryFrom<&str> for AttemptStatus
impl TryFrom<&str> for AttemptStatus
impl StructuralPartialEq for AttemptStatus
Auto Trait Implementations§
impl Freeze for AttemptStatus
impl RefUnwindSafe for AttemptStatus
impl Send for AttemptStatus
impl Sync for AttemptStatus
impl Unpin for AttemptStatus
impl UnwindSafe for AttemptStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)