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