pub struct AccountUnificationAccountControllerStripeDashboard {
pub type_: AccountUnificationAccountControllerStripeDashboardType,
}Fields§
§type_: AccountUnificationAccountControllerStripeDashboardTypeA value indicating the Stripe dashboard this account has access to independent of the Connect application.
Trait Implementations§
Source§impl Clone for AccountUnificationAccountControllerStripeDashboard
impl Clone for AccountUnificationAccountControllerStripeDashboard
Source§fn clone(&self) -> AccountUnificationAccountControllerStripeDashboard
fn clone(&self) -> AccountUnificationAccountControllerStripeDashboard
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 FromValueOpt for AccountUnificationAccountControllerStripeDashboard
impl FromValueOpt for AccountUnificationAccountControllerStripeDashboard
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for AccountUnificationAccountControllerStripeDashboard
impl RefUnwindSafe for AccountUnificationAccountControllerStripeDashboard
impl Send for AccountUnificationAccountControllerStripeDashboard
impl Sync for AccountUnificationAccountControllerStripeDashboard
impl Unpin for AccountUnificationAccountControllerStripeDashboard
impl UnwindSafe for AccountUnificationAccountControllerStripeDashboard
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