pub struct PortalFeatures {
pub customer_update: PortalCustomerUpdate,
pub invoice_history: PortalInvoiceList,
pub payment_method_update: PortalPaymentMethodUpdate,
pub subscription_cancel: PortalSubscriptionCancel,
pub subscription_update: PortalSubscriptionUpdate,
}
Fields§
§customer_update: PortalCustomerUpdate
§invoice_history: PortalInvoiceList
§payment_method_update: PortalPaymentMethodUpdate
§subscription_cancel: PortalSubscriptionCancel
§subscription_update: PortalSubscriptionUpdate
Trait Implementations§
Source§impl Clone for PortalFeatures
impl Clone for PortalFeatures
Source§fn clone(&self) -> PortalFeatures
fn clone(&self) -> PortalFeatures
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 PortalFeatures
impl Debug for PortalFeatures
Source§impl Deserialize for PortalFeatures
impl Deserialize for PortalFeatures
Source§impl FromValueOpt for PortalFeatures
impl FromValueOpt for PortalFeatures
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for PortalFeatures
impl ObjectDeser for PortalFeatures
Auto Trait Implementations§
impl Freeze for PortalFeatures
impl RefUnwindSafe for PortalFeatures
impl Send for PortalFeatures
impl Sync for PortalFeatures
impl Unpin for PortalFeatures
impl UnwindSafe for PortalFeatures
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