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