Enum stripe::RiskLevel [−][src]
pub enum RiskLevel {
Normal,
Elevated,
Highest,
NotAssessed,
Unknown,
}An enum representing the possible values of a ChargeOutcome's risk_level field.
For more details see https://stripe.com/docs/api#charge_object-outcome-risk_level
Variants
NormalElevatedHighestNotAssessedUnknown
Trait Implementations
impl PartialEq for RiskLevel[src]
impl PartialEq for RiskLevelfn eq(&self, other: &RiskLevel) -> bool[src]
fn eq(&self, other: &RiskLevel) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for RiskLevel[src]
impl Debug for RiskLevelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for RiskLevel[src]
impl Clone for RiskLevelfn clone(&self) -> RiskLevel[src]
fn clone(&self) -> RiskLevelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for RiskLevel[src]
impl Eq for RiskLevel