pub struct SystemOpeningDetails { /* private fields */ }Expand description
Represents the system opening details.
Implementations§
Source§impl SystemOpeningDetails
impl SystemOpeningDetails
Sourcepub const fn new() -> SystemOpeningDetails
pub const fn new() -> SystemOpeningDetails
Creates a new SystemOpeningDetails.
Sourcepub const fn with_bill_stopped_count(&self) -> &WithBillStoppedCount
pub const fn with_bill_stopped_count(&self) -> &WithBillStoppedCount
Gets the WithBillStoppedCount for SystemOpeningDetails.
Sourcepub fn set_with_bill_stopped_count(&mut self, val: WithBillStoppedCount)
pub fn set_with_bill_stopped_count(&mut self, val: WithBillStoppedCount)
Sets the WithBillStoppedCount for SystemOpeningDetails.
Sourcepub fn with_with_bill_stopped_count(
self,
val: WithBillStoppedCount,
) -> SystemOpeningDetails
pub fn with_with_bill_stopped_count( self, val: WithBillStoppedCount, ) -> SystemOpeningDetails
Builder function that sets the WithBillStoppedCount for SystemOpeningDetails.
Sourcepub const fn cash_modules_lock_count(&self) -> &CashModulesLockCount
pub const fn cash_modules_lock_count(&self) -> &CashModulesLockCount
Gets the CashModulesLockCount for SystemOpeningDetails.
Sourcepub fn set_cash_modules_lock_count(&mut self, val: CashModulesLockCount)
pub fn set_cash_modules_lock_count(&mut self, val: CashModulesLockCount)
Sets the CashModulesLockCount for SystemOpeningDetails.
Sourcepub fn with_cash_modules_lock_count(
self,
val: CashModulesLockCount,
) -> SystemOpeningDetails
pub fn with_cash_modules_lock_count( self, val: CashModulesLockCount, ) -> SystemOpeningDetails
Builder function that sets the CashModulesLockCount for SystemOpeningDetails.
Sourcepub const fn bill_intake_cover_count(&self) -> &BillIntakeCoverCount
pub const fn bill_intake_cover_count(&self) -> &BillIntakeCoverCount
Gets the BillIntakeCoverCount for SystemOpeningDetails.
Sourcepub fn set_bill_intake_cover_count(&mut self, val: BillIntakeCoverCount)
pub fn set_bill_intake_cover_count(&mut self, val: BillIntakeCoverCount)
Sets the BillIntakeCoverCount for SystemOpeningDetails.
Sourcepub fn with_bill_intake_cover_count(
self,
val: BillIntakeCoverCount,
) -> SystemOpeningDetails
pub fn with_bill_intake_cover_count( self, val: BillIntakeCoverCount, ) -> SystemOpeningDetails
Builder function that sets the BillIntakeCoverCount for SystemOpeningDetails.
Sourcepub const fn recognition_sensor_cover_count(
&self,
) -> &RecognitionSensorCoverCount
pub const fn recognition_sensor_cover_count( &self, ) -> &RecognitionSensorCoverCount
Gets the RecognitionSensorCoverCount for SystemOpeningDetails.
Sourcepub fn set_recognition_sensor_cover_count(
&mut self,
val: RecognitionSensorCoverCount,
)
pub fn set_recognition_sensor_cover_count( &mut self, val: RecognitionSensorCoverCount, )
Sets the RecognitionSensorCoverCount for SystemOpeningDetails.
Sourcepub fn with_recognition_sensor_cover_count(
self,
val: RecognitionSensorCoverCount,
) -> SystemOpeningDetails
pub fn with_recognition_sensor_cover_count( self, val: RecognitionSensorCoverCount, ) -> SystemOpeningDetails
Builder function that sets the RecognitionSensorCoverCount for SystemOpeningDetails.
Sourcepub const fn spine_cover_count(&self) -> &SpineCoverCount
pub const fn spine_cover_count(&self) -> &SpineCoverCount
Gets the SpineCoverCount for SystemOpeningDetails.
Sourcepub fn set_spine_cover_count(&mut self, val: SpineCoverCount)
pub fn set_spine_cover_count(&mut self, val: SpineCoverCount)
Sets the SpineCoverCount for SystemOpeningDetails.
Sourcepub fn with_spine_cover_count(
self,
val: SpineCoverCount,
) -> SystemOpeningDetails
pub fn with_spine_cover_count( self, val: SpineCoverCount, ) -> SystemOpeningDetails
Builder function that sets the SpineCoverCount for SystemOpeningDetails.
Trait Implementations§
Source§impl Clone for SystemOpeningDetails
impl Clone for SystemOpeningDetails
Source§fn clone(&self) -> SystemOpeningDetails
fn clone(&self) -> SystemOpeningDetails
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more