pub struct PortalFlowsFlowSubscriptionCancel {
pub retention: Option<PortalFlowsRetention>,
pub subscription: String,
}
Fields§
§retention: Option<PortalFlowsRetention>
Specify a retention strategy to be used in the cancellation flow.
subscription: String
The ID of the subscription to be canceled.
Trait Implementations§
Source§impl Clone for PortalFlowsFlowSubscriptionCancel
impl Clone for PortalFlowsFlowSubscriptionCancel
Source§fn clone(&self) -> PortalFlowsFlowSubscriptionCancel
fn clone(&self) -> PortalFlowsFlowSubscriptionCancel
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 FromValueOpt for PortalFlowsFlowSubscriptionCancel
impl FromValueOpt for PortalFlowsFlowSubscriptionCancel
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PortalFlowsFlowSubscriptionCancel
impl RefUnwindSafe for PortalFlowsFlowSubscriptionCancel
impl Send for PortalFlowsFlowSubscriptionCancel
impl Sync for PortalFlowsFlowSubscriptionCancel
impl Unpin for PortalFlowsFlowSubscriptionCancel
impl UnwindSafe for PortalFlowsFlowSubscriptionCancel
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