Enum py2erg::CheckStatus
source · pub enum CheckStatus {
Succeed,
Failed,
}
Variants§
Implementations§
source§impl CheckStatus
impl CheckStatus
Trait Implementations§
source§impl Clone for CheckStatus
impl Clone for CheckStatus
source§fn clone(&self) -> CheckStatus
fn clone(&self) -> CheckStatus
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 CheckStatus
impl Debug for CheckStatus
source§impl PartialEq<CheckStatus> for CheckStatus
impl PartialEq<CheckStatus> for CheckStatus
source§fn eq(&self, other: &CheckStatus) -> bool
fn eq(&self, other: &CheckStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.