pub struct CreateAccountSessionComponentsInstantPayoutsPromotion {
pub enabled: bool,
pub features: Option<CreateAccountSessionComponentsInstantPayoutsPromotionFeatures>,
}
Expand description
Configuration for the instant payouts promotion embedded component.
Fields§
§enabled: bool
Whether the embedded component is enabled.
features: Option<CreateAccountSessionComponentsInstantPayoutsPromotionFeatures>
The list of features enabled in the embedded component.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountSessionComponentsInstantPayoutsPromotion
impl Clone for CreateAccountSessionComponentsInstantPayoutsPromotion
Source§fn clone(&self) -> CreateAccountSessionComponentsInstantPayoutsPromotion
fn clone(&self) -> CreateAccountSessionComponentsInstantPayoutsPromotion
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 moreimpl Copy for CreateAccountSessionComponentsInstantPayoutsPromotion
Auto Trait Implementations§
impl Freeze for CreateAccountSessionComponentsInstantPayoutsPromotion
impl RefUnwindSafe for CreateAccountSessionComponentsInstantPayoutsPromotion
impl Send for CreateAccountSessionComponentsInstantPayoutsPromotion
impl Sync for CreateAccountSessionComponentsInstantPayoutsPromotion
impl Unpin for CreateAccountSessionComponentsInstantPayoutsPromotion
impl UnwindSafe for CreateAccountSessionComponentsInstantPayoutsPromotion
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