pub struct CreateCustomerSessionComponentsCustomerSheet {
pub enabled: bool,
pub features: Option<CreateCustomerSessionComponentsCustomerSheetFeatures>,
}Expand description
Configuration for the customer sheet.
Fields§
§enabled: boolWhether the customer sheet is enabled.
features: Option<CreateCustomerSessionComponentsCustomerSheetFeatures>This hash defines whether the customer sheet supports certain features.
Implementations§
Trait Implementations§
Source§impl Clone for CreateCustomerSessionComponentsCustomerSheet
impl Clone for CreateCustomerSessionComponentsCustomerSheet
Source§fn clone(&self) -> CreateCustomerSessionComponentsCustomerSheet
fn clone(&self) -> CreateCustomerSessionComponentsCustomerSheet
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 moreAuto Trait Implementations§
impl Freeze for CreateCustomerSessionComponentsCustomerSheet
impl RefUnwindSafe for CreateCustomerSessionComponentsCustomerSheet
impl Send for CreateCustomerSessionComponentsCustomerSheet
impl Sync for CreateCustomerSessionComponentsCustomerSheet
impl Unpin for CreateCustomerSessionComponentsCustomerSheet
impl UnwindSafe for CreateCustomerSessionComponentsCustomerSheet
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