Type Alias stripe::InvoiceCollectionMethod
source · pub type InvoiceCollectionMethod = CollectionMethod;
👎Deprecated since 0.12.0
Aliased Type§
enum InvoiceCollectionMethod {
ChargeAutomatically,
SendInvoice,
}
Variants§
Implementations§
Trait Implementations§
source§impl AsRef<str> for CollectionMethod
impl AsRef<str> for CollectionMethod
source§impl Clone for CollectionMethod
impl Clone for CollectionMethod
source§fn clone(&self) -> CollectionMethod
fn clone(&self) -> CollectionMethod
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 CollectionMethod
impl Debug for CollectionMethod
source§impl Default for CollectionMethod
impl Default for CollectionMethod
source§impl<'de> Deserialize<'de> for CollectionMethod
impl<'de> Deserialize<'de> for CollectionMethod
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for CollectionMethod
impl Display for CollectionMethod
source§impl PartialEq<CollectionMethod> for CollectionMethod
impl PartialEq<CollectionMethod> for CollectionMethod
source§fn eq(&self, other: &CollectionMethod) -> bool
fn eq(&self, other: &CollectionMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.