pub struct CustomerSessionResourceComponentsResourceCustomerSheet {
pub enabled: bool,
pub features: Option<CustomerSessionResourceComponentsResourceCustomerSheetResourceFeatures>,
}Expand description
This hash contains whether the customer sheet is enabled and the features it supports.
Fields§
§enabled: boolWhether the customer sheet is enabled.
features: Option<CustomerSessionResourceComponentsResourceCustomerSheetResourceFeatures>This hash defines whether the customer sheet supports certain features.
Trait Implementations§
Source§impl Clone for CustomerSessionResourceComponentsResourceCustomerSheet
impl Clone for CustomerSessionResourceComponentsResourceCustomerSheet
Source§fn clone(&self) -> CustomerSessionResourceComponentsResourceCustomerSheet
fn clone(&self) -> CustomerSessionResourceComponentsResourceCustomerSheet
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 CustomerSessionResourceComponentsResourceCustomerSheet
impl FromValueOpt for CustomerSessionResourceComponentsResourceCustomerSheet
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for CustomerSessionResourceComponentsResourceCustomerSheet
impl RefUnwindSafe for CustomerSessionResourceComponentsResourceCustomerSheet
impl Send for CustomerSessionResourceComponentsResourceCustomerSheet
impl Sync for CustomerSessionResourceComponentsResourceCustomerSheet
impl Unpin for CustomerSessionResourceComponentsResourceCustomerSheet
impl UnwindSafe for CustomerSessionResourceComponentsResourceCustomerSheet
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