pub struct PortalPaymentMethodUpdate {
pub enabled: bool,
}
Fields§
§enabled: bool
Whether the feature is enabled.
Trait Implementations§
Source§impl Clone for PortalPaymentMethodUpdate
impl Clone for PortalPaymentMethodUpdate
Source§fn clone(&self) -> PortalPaymentMethodUpdate
fn clone(&self) -> PortalPaymentMethodUpdate
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 PortalPaymentMethodUpdate
impl Debug for PortalPaymentMethodUpdate
Source§impl FromValueOpt for PortalPaymentMethodUpdate
impl FromValueOpt for PortalPaymentMethodUpdate
fn from_value(v: Value) -> Option<Self>
impl Copy for PortalPaymentMethodUpdate
Auto Trait Implementations§
impl Freeze for PortalPaymentMethodUpdate
impl RefUnwindSafe for PortalPaymentMethodUpdate
impl Send for PortalPaymentMethodUpdate
impl Sync for PortalPaymentMethodUpdate
impl Unpin for PortalPaymentMethodUpdate
impl UnwindSafe for PortalPaymentMethodUpdate
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