pub struct LoaderSlotAcceptanceHistory { /* private fields */ }Expand description
Represents the loader slot acceptance history.
Implementations§
Source§impl LoaderSlotAcceptanceHistory
impl LoaderSlotAcceptanceHistory
Sourcepub const fn new() -> LoaderSlotAcceptanceHistory
pub const fn new() -> LoaderSlotAcceptanceHistory
Creates a new LoaderSlotAcceptanceHistory.
Sourcepub const fn slot_number(&self) -> &SlotNumber
pub const fn slot_number(&self) -> &SlotNumber
Gets the SlotNumber for LoaderSlotAcceptanceHistory.
Sourcepub fn set_slot_number(&mut self, val: SlotNumber)
pub fn set_slot_number(&mut self, val: SlotNumber)
Sets the SlotNumber for LoaderSlotAcceptanceHistory.
Sourcepub fn with_slot_number(self, val: SlotNumber) -> LoaderSlotAcceptanceHistory
pub fn with_slot_number(self, val: SlotNumber) -> LoaderSlotAcceptanceHistory
Builder function that sets the SlotNumber for LoaderSlotAcceptanceHistory.
Sourcepub const fn bill_extracted_count(&self) -> &BillExtractedCount
pub const fn bill_extracted_count(&self) -> &BillExtractedCount
Gets the BillExtractedCount for LoaderSlotAcceptanceHistory.
Sourcepub fn set_bill_extracted_count(&mut self, val: BillExtractedCount)
pub fn set_bill_extracted_count(&mut self, val: BillExtractedCount)
Sets the BillExtractedCount for LoaderSlotAcceptanceHistory.
Sourcepub fn with_bill_extracted_count(
self,
val: BillExtractedCount,
) -> LoaderSlotAcceptanceHistory
pub fn with_bill_extracted_count( self, val: BillExtractedCount, ) -> LoaderSlotAcceptanceHistory
Builder function that sets the BillExtractedCount for LoaderSlotAcceptanceHistory.
Sourcepub const fn other_denomination_count(&self) -> &OtherDenominationCount
pub const fn other_denomination_count(&self) -> &OtherDenominationCount
Gets the OtherDenominationCount for LoaderSlotAcceptanceHistory.
Sourcepub fn set_other_denomination_count(&mut self, val: OtherDenominationCount)
pub fn set_other_denomination_count(&mut self, val: OtherDenominationCount)
Sets the OtherDenominationCount for LoaderSlotAcceptanceHistory.
Sourcepub fn with_other_denomination_count(
self,
val: OtherDenominationCount,
) -> LoaderSlotAcceptanceHistory
pub fn with_other_denomination_count( self, val: OtherDenominationCount, ) -> LoaderSlotAcceptanceHistory
Builder function that sets the OtherDenominationCount for LoaderSlotAcceptanceHistory.
Sourcepub const fn valid_unfit_count(&self) -> &ValidUnfitCount
pub const fn valid_unfit_count(&self) -> &ValidUnfitCount
Gets the ValidUnfitCount for LoaderSlotAcceptanceHistory.
Sourcepub fn set_valid_unfit_count(&mut self, val: ValidUnfitCount)
pub fn set_valid_unfit_count(&mut self, val: ValidUnfitCount)
Sets the ValidUnfitCount for LoaderSlotAcceptanceHistory.
Sourcepub fn with_valid_unfit_count(
self,
val: ValidUnfitCount,
) -> LoaderSlotAcceptanceHistory
pub fn with_valid_unfit_count( self, val: ValidUnfitCount, ) -> LoaderSlotAcceptanceHistory
Builder function that sets the ValidUnfitCount for LoaderSlotAcceptanceHistory.
Sourcepub const fn extraction_reject_details(&self) -> &ExtractionRejectDetails
pub const fn extraction_reject_details(&self) -> &ExtractionRejectDetails
Gets the ExtractionRejectDetails for LoaderSlotAcceptanceHistory.
Sourcepub fn set_extraction_reject_details(&mut self, val: ExtractionRejectDetails)
pub fn set_extraction_reject_details(&mut self, val: ExtractionRejectDetails)
Sets the ExtractionRejectDetails for LoaderSlotAcceptanceHistory.
Sourcepub fn with_extraction_reject_details(
self,
val: ExtractionRejectDetails,
) -> LoaderSlotAcceptanceHistory
pub fn with_extraction_reject_details( self, val: ExtractionRejectDetails, ) -> LoaderSlotAcceptanceHistory
Builder function that sets the ExtractionRejectDetails for LoaderSlotAcceptanceHistory.
Sourcepub const fn recognition_reject_details(&self) -> &RecognitionRejectDetails
pub const fn recognition_reject_details(&self) -> &RecognitionRejectDetails
Gets the RecognitionRejectDetails for LoaderSlotAcceptanceHistory.
Sourcepub fn set_recognition_reject_details(&mut self, val: RecognitionRejectDetails)
pub fn set_recognition_reject_details(&mut self, val: RecognitionRejectDetails)
Sets the RecognitionRejectDetails for LoaderSlotAcceptanceHistory.
Sourcepub fn with_recognition_reject_details(
self,
val: RecognitionRejectDetails,
) -> LoaderSlotAcceptanceHistory
pub fn with_recognition_reject_details( self, val: RecognitionRejectDetails, ) -> LoaderSlotAcceptanceHistory
Builder function that sets the RecognitionRejectDetails for LoaderSlotAcceptanceHistory.
Trait Implementations§
Source§impl Clone for LoaderSlotAcceptanceHistory
impl Clone for LoaderSlotAcceptanceHistory
Source§fn clone(&self) -> LoaderSlotAcceptanceHistory
fn clone(&self) -> LoaderSlotAcceptanceHistory
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more