pub struct PayoutsConfigParam {
pub enabled: bool,
pub features: Option<PayoutsFeaturesParam>,
}
Fields§
§enabled: bool
Whether the embedded component is enabled.
features: Option<PayoutsFeaturesParam>
The list of features enabled in the embedded component.
Implementations§
Trait Implementations§
Source§impl Clone for PayoutsConfigParam
impl Clone for PayoutsConfigParam
Source§fn clone(&self) -> PayoutsConfigParam
fn clone(&self) -> PayoutsConfigParam
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 PayoutsConfigParam
impl Debug for PayoutsConfigParam
Source§impl Serialize for PayoutsConfigParam
impl Serialize for PayoutsConfigParam
impl Copy for PayoutsConfigParam
Auto Trait Implementations§
impl Freeze for PayoutsConfigParam
impl RefUnwindSafe for PayoutsConfigParam
impl Send for PayoutsConfigParam
impl Sync for PayoutsConfigParam
impl Unpin for PayoutsConfigParam
impl UnwindSafe for PayoutsConfigParam
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