InletAcceptanceHistory

Struct InletAcceptanceHistory 

Source
pub struct InletAcceptanceHistory { /* private fields */ }
Expand description

Represents inlet acceptance history.

Implementations§

Source§

impl InletAcceptanceHistory

Source

pub const fn new() -> InletAcceptanceHistory

Creates a new InletAcceptanceHistory.

Source

pub const fn insertion_start_count(&self) -> &InsertionStartCount

Source

pub fn set_insertion_start_count(&mut self, val: InsertionStartCount)

Source

pub fn with_insertion_start_count( self, val: InsertionStartCount, ) -> InletAcceptanceHistory

Builder function that sets the InsertionStartCount for InletAcceptanceHistory.

Source

pub const fn insertion_reject_count(&self) -> &InsertionRejectCount

Source

pub fn set_insertion_reject_count(&mut self, val: InsertionRejectCount)

Source

pub fn with_insertion_reject_count( self, val: InsertionRejectCount, ) -> InletAcceptanceHistory

Builder function that sets the InsertionRejectCount for InletAcceptanceHistory.

Source

pub const fn cancel_reject_count(&self) -> &CancelRejectCount

Source

pub fn set_cancel_reject_count(&mut self, val: CancelRejectCount)

Source

pub fn with_cancel_reject_count( self, val: CancelRejectCount, ) -> InletAcceptanceHistory

Builder function that sets the CancelRejectCount for InletAcceptanceHistory.

Source

pub const fn unknown_reject_count(&self) -> &UnknownRejectCount

Source

pub fn set_unknown_reject_count(&mut self, val: UnknownRejectCount)

Source

pub fn with_unknown_reject_count( self, val: UnknownRejectCount, ) -> InletAcceptanceHistory

Builder function that sets the UnknownRejectCount for InletAcceptanceHistory.

Source

pub const fn confusion_count(&self) -> &ConfusionCount

Source

pub fn set_confusion_count(&mut self, val: ConfusionCount)

Source

pub fn with_confusion_count(self, val: ConfusionCount) -> InletAcceptanceHistory

Builder function that sets the ConfusionCount for InletAcceptanceHistory.

Source

pub const fn forgery_count(&self) -> &ForgeryCount

Source

pub fn set_forgery_count(&mut self, val: ForgeryCount)

Source

pub fn with_forgery_count(self, val: ForgeryCount) -> InletAcceptanceHistory

Builder function that sets the ForgeryCount for InletAcceptanceHistory.

Source

pub const fn fitness_count(&self) -> &FitnessCount

Source

pub fn set_fitness_count(&mut self, val: FitnessCount)

Source

pub fn with_fitness_count(self, val: FitnessCount) -> InletAcceptanceHistory

Builder function that sets the FitnessCount for InletAcceptanceHistory.

Source

pub const fn valid_count(&self) -> &ValidCount

Source

pub fn set_valid_count(&mut self, val: ValidCount)

Source

pub fn with_valid_count(self, val: ValidCount) -> InletAcceptanceHistory

Builder function that sets the ValidCount for InletAcceptanceHistory.

Source

pub const fn valid_unfit_count(&self) -> &ValidUnfitCount

Source

pub fn set_valid_unfit_count(&mut self, val: ValidUnfitCount)

Source

pub fn with_valid_unfit_count( self, val: ValidUnfitCount, ) -> InletAcceptanceHistory

Builder function that sets the ValidUnfitCount for InletAcceptanceHistory.

Source

pub const fn suspect_count(&self) -> &SuspectCount

Source

pub fn set_suspect_count(&mut self, val: SuspectCount)

Source

pub fn with_suspect_count(self, val: SuspectCount) -> InletAcceptanceHistory

Builder function that sets the SuspectCount for InletAcceptanceHistory.

Source

pub const fn stained_count(&self) -> &StainedCount

Source

pub fn set_stained_count(&mut self, val: StainedCount)

Source

pub fn with_stained_count(self, val: StainedCount) -> InletAcceptanceHistory

Builder function that sets the StainedCount for InletAcceptanceHistory.

Source

pub const fn configuration_reject_count(&self) -> &ConfigurationRejectCount

Source

pub fn set_configuration_reject_count(&mut self, val: ConfigurationRejectCount)

Source

pub fn with_configuration_reject_count( self, val: ConfigurationRejectCount, ) -> InletAcceptanceHistory

Builder function that sets the ConfigurationRejectCount for InletAcceptanceHistory.

Source

pub const fn bill_rolled_back_count(&self) -> &BillRolledBackCount

Source

pub fn set_bill_rolled_back_count(&mut self, val: BillRolledBackCount)

Source

pub fn with_bill_rolled_back_count( self, val: BillRolledBackCount, ) -> InletAcceptanceHistory

Builder function that sets the BillRolledBackCount for InletAcceptanceHistory.

Source

pub const fn cash_in_transaction_count(&self) -> &CashInTransactionCount

Source

pub fn set_cash_in_transaction_count(&mut self, val: CashInTransactionCount)

Source

pub fn with_cash_in_transaction_count( self, val: CashInTransactionCount, ) -> InletAcceptanceHistory

Builder function that sets the CashInTransactionCount for InletAcceptanceHistory.

Source

pub const fn transport_reject_count(&self) -> &TransportRejectCount

Source

pub fn set_transport_reject_count(&mut self, val: TransportRejectCount)

Source

pub fn with_transport_reject_count( self, val: TransportRejectCount, ) -> InletAcceptanceHistory

Builder function that sets the TransportRejectCount for InletAcceptanceHistory.

Source§

impl InletAcceptanceHistory

Source

pub const fn xfs_name() -> &'static str

Gets the XfsMember name.

Trait Implementations§

Source§

impl Clone for InletAcceptanceHistory

Source§

fn clone(&self) -> InletAcceptanceHistory

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for InletAcceptanceHistory

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Default for InletAcceptanceHistory

Source§

fn default() -> InletAcceptanceHistory

Returns the “default value” for a type. Read more
Source§

impl Display for InletAcceptanceHistory

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl From<&InletAcceptanceHistory> for XfsMember

Source§

fn from(val: &InletAcceptanceHistory) -> XfsMember

Converts to this type from the input type.
Source§

impl From<&InletAcceptanceHistory> for XfsStruct

Source§

fn from(val: &InletAcceptanceHistory) -> XfsStruct

Converts to this type from the input type.
Source§

impl From<&InletAcceptanceHistory> for XfsValue

Source§

fn from(val: &InletAcceptanceHistory) -> XfsValue

Converts to this type from the input type.
Source§

impl From<InletAcceptanceHistory> for XfsMember

Source§

fn from(val: InletAcceptanceHistory) -> XfsMember

Converts to this type from the input type.
Source§

impl From<InletAcceptanceHistory> for XfsStruct

Source§

fn from(val: InletAcceptanceHistory) -> XfsStruct

Converts to this type from the input type.
Source§

impl From<InletAcceptanceHistory> for XfsValue

Source§

fn from(val: InletAcceptanceHistory) -> XfsValue

Converts to this type from the input type.
Source§

impl PartialEq for InletAcceptanceHistory

Source§

fn eq(&self, other: &InletAcceptanceHistory) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl TryFrom<&XfsMember> for InletAcceptanceHistory

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(val: &XfsMember) -> Result<InletAcceptanceHistory, Error>

Performs the conversion.
Source§

impl TryFrom<&XfsStruct> for InletAcceptanceHistory

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(val: &XfsStruct) -> Result<InletAcceptanceHistory, Error>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InletAcceptanceHistory

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(val: &XfsValue) -> Result<InletAcceptanceHistory, Error>

Performs the conversion.
Source§

impl TryFrom<XfsMember> for InletAcceptanceHistory

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(val: XfsMember) -> Result<InletAcceptanceHistory, Error>

Performs the conversion.
Source§

impl TryFrom<XfsStruct> for InletAcceptanceHistory

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(val: XfsStruct) -> Result<InletAcceptanceHistory, Error>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InletAcceptanceHistory

Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(val: XfsValue) -> Result<InletAcceptanceHistory, Error>

Performs the conversion.
Source§

impl StructuralPartialEq for InletAcceptanceHistory

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.