pub struct ConnectEmbeddedInstantPayoutsPromotionConfig {
pub enabled: bool,
pub features: ConnectEmbeddedInstantPayoutsPromotionFeatures,
}Fields§
§enabled: boolWhether the embedded component is enabled.
features: ConnectEmbeddedInstantPayoutsPromotionFeaturesTrait Implementations§
Source§impl Clone for ConnectEmbeddedInstantPayoutsPromotionConfig
impl Clone for ConnectEmbeddedInstantPayoutsPromotionConfig
Source§fn clone(&self) -> ConnectEmbeddedInstantPayoutsPromotionConfig
fn clone(&self) -> ConnectEmbeddedInstantPayoutsPromotionConfig
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 ConnectEmbeddedInstantPayoutsPromotionConfig
impl FromValueOpt for ConnectEmbeddedInstantPayoutsPromotionConfig
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for ConnectEmbeddedInstantPayoutsPromotionConfig
impl PartialEq for ConnectEmbeddedInstantPayoutsPromotionConfig
Source§fn eq(&self, other: &ConnectEmbeddedInstantPayoutsPromotionConfig) -> bool
fn eq(&self, other: &ConnectEmbeddedInstantPayoutsPromotionConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConnectEmbeddedInstantPayoutsPromotionConfig
impl Eq for ConnectEmbeddedInstantPayoutsPromotionConfig
impl StructuralPartialEq for ConnectEmbeddedInstantPayoutsPromotionConfig
Auto Trait Implementations§
impl Freeze for ConnectEmbeddedInstantPayoutsPromotionConfig
impl RefUnwindSafe for ConnectEmbeddedInstantPayoutsPromotionConfig
impl Send for ConnectEmbeddedInstantPayoutsPromotionConfig
impl Sync for ConnectEmbeddedInstantPayoutsPromotionConfig
impl Unpin for ConnectEmbeddedInstantPayoutsPromotionConfig
impl UnsafeUnpin for ConnectEmbeddedInstantPayoutsPromotionConfig
impl UnwindSafe for ConnectEmbeddedInstantPayoutsPromotionConfig
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