pub enum PortalFlowsFlowType {
PaymentMethodUpdate,
SubscriptionCancel,
SubscriptionUpdate,
SubscriptionUpdateConfirm,
}
Expand description
Type of flow that the customer will go through.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PortalFlowsFlowType
impl Clone for PortalFlowsFlowType
Source§fn clone(&self) -> PortalFlowsFlowType
fn clone(&self) -> PortalFlowsFlowType
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 Debug for PortalFlowsFlowType
impl Debug for PortalFlowsFlowType
Source§impl Deserialize for PortalFlowsFlowType
impl Deserialize for PortalFlowsFlowType
Source§impl Display for PortalFlowsFlowType
impl Display for PortalFlowsFlowType
Source§impl FromStr for PortalFlowsFlowType
impl FromStr for PortalFlowsFlowType
Source§impl FromValueOpt for PortalFlowsFlowType
impl FromValueOpt for PortalFlowsFlowType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PortalFlowsFlowType
impl PartialEq for PortalFlowsFlowType
impl Copy for PortalFlowsFlowType
impl Eq for PortalFlowsFlowType
impl StructuralPartialEq for PortalFlowsFlowType
Auto Trait Implementations§
impl Freeze for PortalFlowsFlowType
impl RefUnwindSafe for PortalFlowsFlowType
impl Send for PortalFlowsFlowType
impl Sync for PortalFlowsFlowType
impl Unpin for PortalFlowsFlowType
impl UnwindSafe for PortalFlowsFlowType
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