Enum cyfs_bdt::sn::types::SnServiceGrade
source · pub enum SnServiceGrade {
None,
Discard,
Passable,
Normal,
Fine,
Wonderfull,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for SnServiceGrade
impl Clone for SnServiceGrade
source§fn clone(&self) -> SnServiceGrade
fn clone(&self) -> SnServiceGrade
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 SnServiceGrade
impl Debug for SnServiceGrade
source§impl Ord for SnServiceGrade
impl Ord for SnServiceGrade
source§fn cmp(&self, other: &SnServiceGrade) -> Ordering
fn cmp(&self, other: &SnServiceGrade) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SnServiceGrade> for SnServiceGrade
impl PartialEq<SnServiceGrade> for SnServiceGrade
source§fn eq(&self, other: &SnServiceGrade) -> bool
fn eq(&self, other: &SnServiceGrade) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SnServiceGrade> for SnServiceGrade
impl PartialOrd<SnServiceGrade> for SnServiceGrade
source§fn partial_cmp(&self, other: &SnServiceGrade) -> Option<Ordering>
fn partial_cmp(&self, other: &SnServiceGrade) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more