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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for CreateCustomerSessionComponentsCustomerSheet
impl PartialEq for CreateCustomerSessionComponentsCustomerSheet
Source§fn eq(&self, other: &CreateCustomerSessionComponentsCustomerSheet) -> bool
fn eq(&self, other: &CreateCustomerSessionComponentsCustomerSheet) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreateCustomerSessionComponentsCustomerSheet
impl StructuralPartialEq for CreateCustomerSessionComponentsCustomerSheet
Auto Trait Implementations§
impl Freeze for CreateCustomerSessionComponentsCustomerSheet
impl RefUnwindSafe for CreateCustomerSessionComponentsCustomerSheet
impl Send for CreateCustomerSessionComponentsCustomerSheet
impl Sync for CreateCustomerSessionComponentsCustomerSheet
impl Unpin for CreateCustomerSessionComponentsCustomerSheet
impl UnsafeUnpin 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