Enum libstripe::NetworkStatus
[−]
[src]
pub enum NetworkStatus {
ApprovedByNetwork,
DeclinedByNetwork,
NotSentToNetwork,
ReversedAfterApproval,
}Variants
ApprovedByNetworkDeclinedByNetworkNotSentToNetworkReversedAfterApproval
Trait Implementations
impl Debug for NetworkStatus[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more