pub enum AccountUnificationAccountControllerLossesPayments {
Application,
Stripe,
}
Expand description
A value indicating who is liable when this account can’t pay back negative balances from payments.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AccountUnificationAccountControllerLossesPayments
impl Clone for AccountUnificationAccountControllerLossesPayments
Source§fn clone(&self) -> AccountUnificationAccountControllerLossesPayments
fn clone(&self) -> AccountUnificationAccountControllerLossesPayments
Returns a duplicate 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 FromStr for AccountUnificationAccountControllerLossesPayments
impl FromStr for AccountUnificationAccountControllerLossesPayments
Source§type Err = StripeParseError
type Err = StripeParseError
The associated error which can be returned from parsing.
Source§fn from_str(
s: &str,
) -> Result<AccountUnificationAccountControllerLossesPayments, <AccountUnificationAccountControllerLossesPayments as FromStr>::Err>
fn from_str( s: &str, ) -> Result<AccountUnificationAccountControllerLossesPayments, <AccountUnificationAccountControllerLossesPayments as FromStr>::Err>
Parses a string
s
to return a value of this type. Read moreSource§impl PartialEq for AccountUnificationAccountControllerLossesPayments
impl PartialEq for AccountUnificationAccountControllerLossesPayments
Source§fn eq(&self, other: &AccountUnificationAccountControllerLossesPayments) -> bool
fn eq(&self, other: &AccountUnificationAccountControllerLossesPayments) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for AccountUnificationAccountControllerLossesPayments
impl Eq for AccountUnificationAccountControllerLossesPayments
impl StructuralPartialEq for AccountUnificationAccountControllerLossesPayments
Auto Trait Implementations§
impl Freeze for AccountUnificationAccountControllerLossesPayments
impl RefUnwindSafe for AccountUnificationAccountControllerLossesPayments
impl Send for AccountUnificationAccountControllerLossesPayments
impl Sync for AccountUnificationAccountControllerLossesPayments
impl Unpin for AccountUnificationAccountControllerLossesPayments
impl UnwindSafe for AccountUnificationAccountControllerLossesPayments
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more