Enum stripe::NetworkStatus [−][src]
pub enum NetworkStatus {
ApprovedByNetwork,
DeclinedByNetwork,
NotSentToNetwork,
ReversedAfterApproval,
Other,
}An enum representing the possible values of a ChargeOutcome's network_status field.
For more details see https://stripe.com/docs/api#charge_object-outcome-network_status
Variants
ApprovedByNetworkDeclinedByNetworkNotSentToNetworkReversedAfterApprovalOther
Trait Implementations
impl PartialEq for NetworkStatus[src]
impl PartialEq for NetworkStatusfn eq(&self, other: &NetworkStatus) -> bool[src]
fn eq(&self, other: &NetworkStatus) -> 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 NetworkStatus[src]
impl Debug for NetworkStatusfn 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 NetworkStatus[src]
impl Clone for NetworkStatusfn clone(&self) -> NetworkStatus[src]
fn clone(&self) -> NetworkStatusReturns 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 NetworkStatus[src]
impl Eq for NetworkStatusAuto Trait Implementations
impl Send for NetworkStatus
impl Send for NetworkStatusimpl Sync for NetworkStatus
impl Sync for NetworkStatus