pub struct PortalFlowsRetention {
pub coupon_offer: Option<PortalFlowsCouponOffer>,
pub type_: PortalFlowsRetentionType,
}
Fields§
§coupon_offer: Option<PortalFlowsCouponOffer>
Configuration when retention.type=coupon_offer
.
type_: PortalFlowsRetentionType
Type of retention strategy that will be used.
Trait Implementations§
Source§impl Clone for PortalFlowsRetention
impl Clone for PortalFlowsRetention
Source§fn clone(&self) -> PortalFlowsRetention
fn clone(&self) -> PortalFlowsRetention
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 PortalFlowsRetention
impl Debug for PortalFlowsRetention
Source§impl Deserialize for PortalFlowsRetention
impl Deserialize for PortalFlowsRetention
Source§impl FromValueOpt for PortalFlowsRetention
impl FromValueOpt for PortalFlowsRetention
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PortalFlowsRetention
impl RefUnwindSafe for PortalFlowsRetention
impl Send for PortalFlowsRetention
impl Sync for PortalFlowsRetention
impl Unpin for PortalFlowsRetention
impl UnwindSafe for PortalFlowsRetention
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