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