pub struct ConnectEmbeddedPayoutsConfig {
pub enabled: bool,
pub features: Option<ConnectEmbeddedPayoutsFeatures>,
}Expand description
Fields§
§enabled: boolWhether the embedded component is enabled.
features: Option<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 Default for ConnectEmbeddedPayoutsConfig
impl Default for ConnectEmbeddedPayoutsConfig
Source§fn default() -> ConnectEmbeddedPayoutsConfig
fn default() -> ConnectEmbeddedPayoutsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConnectEmbeddedPayoutsConfig
impl<'de> Deserialize<'de> for ConnectEmbeddedPayoutsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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