pub struct CreateAccountControllerStripeDashboard {
pub type_: Option<CreateAccountControllerStripeDashboardType>,
}
Expand description
A hash of configuration for Stripe-hosted dashboards.
Fields§
§type_: Option<CreateAccountControllerStripeDashboardType>
Whether this account should have access to the full Stripe Dashboard (full
), to the Express Dashboard (express
), or to no Stripe-hosted dashboard (none
).
Defaults to full
.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountControllerStripeDashboard
impl Clone for CreateAccountControllerStripeDashboard
Source§fn clone(&self) -> CreateAccountControllerStripeDashboard
fn clone(&self) -> CreateAccountControllerStripeDashboard
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 moreimpl Copy for CreateAccountControllerStripeDashboard
Auto Trait Implementations§
impl Freeze for CreateAccountControllerStripeDashboard
impl RefUnwindSafe for CreateAccountControllerStripeDashboard
impl Send for CreateAccountControllerStripeDashboard
impl Sync for CreateAccountControllerStripeDashboard
impl Unpin for CreateAccountControllerStripeDashboard
impl UnwindSafe for CreateAccountControllerStripeDashboard
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