pub struct ConnectEmbeddedInstantPayoutsPromotionConfig {
pub enabled: bool,
pub features: ConnectEmbeddedInstantPayoutsPromotionFeatures,
}
Fields§
§enabled: bool
Whether the embedded component is enabled.
features: ConnectEmbeddedInstantPayoutsPromotionFeatures
Trait 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>
impl Copy 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 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