Struct XfsValue

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

Represents an XFS parameter value.

Implementations§

Source§

impl XfsValue

Source

pub const fn new() -> Self

Creates a new XfsValue.

Source

pub const fn is_empty(&self) -> bool

Gets whether all fields are empty.

Source

pub const fn int(&self) -> Option<&i64>

Gets an optional reference to the int field.

Source

pub fn set_int(&mut self, int: i64)

Sets the int field.

Source

pub fn unset_int(&mut self) -> Option<i64>

Unsets the int field.

Source

pub fn with_int(self, int: i64) -> Self

Builder function that sets the int field.

Source

pub const fn i4(&self) -> Option<&i32>

Gets an optional reference to the i4 field.

Source

pub fn set_i4(&mut self, i4: i32)

Sets the i4 field.

Source

pub fn unset_i4(&mut self) -> Option<i32>

Unsets the i4 field.

Source

pub fn with_i4(self, i4: i32) -> Self

Builder function that sets the i4 field.

Source

pub fn base64(&self) -> Option<&str>

Gets an optional reference to the base64 field.

Source

pub fn set_base64<S: Into<String>>(&mut self, base64: S)

Sets the base64 field.

Source

pub fn unset_base64(&mut self) -> Option<String>

Unsets the base64 field.

Source

pub fn with_base64<S: Into<String>>(self, base64: S) -> Self

Builder function that sets the base64 field.

Source

pub fn date_time(&self) -> Option<&str>

Gets an optional reference to the date_time field.

Source

pub fn set_date_time<S: Into<String>>(&mut self, date_time: S)

Sets the date_time field.

Source

pub fn unset_date_time(&mut self) -> Option<String>

Unsets the date_time field.

Source

pub fn with_date_time<S: Into<String>>(self, date_time: S) -> Self

Builder function that sets the date_time field.

Source

pub fn string(&self) -> Option<&str>

Gets an optional reference to the string field.

Source

pub fn set_string<S: Into<String>>(&mut self, string: S)

Sets the string field.

Source

pub fn unset_string(&mut self) -> Option<String>

Unsets the string field.

Source

pub fn with_string<S: Into<String>>(self, string: S) -> Self

Builder function that sets the string field.

Source

pub const fn xfs_struct(&self) -> Option<&XfsStruct>

Gets an optional reference to the struct field.

Source

pub fn set_xfs_struct(&mut self, xfs_struct: XfsStruct)

Sets the struct field.

Source

pub fn unset_xfs_struct(&mut self) -> Option<XfsStruct>

Unsets the struct field.

Source

pub fn with_xfs_struct(self, xfs_struct: XfsStruct) -> Self

Builder function that sets the struct field.

Source

pub const fn boolean(&self) -> Option<&u8>

Gets an optional reference to the boolean field.

Source

pub fn set_boolean(&mut self, boolean: u8)

Sets the boolean field.

Source

pub fn unset_boolean(&mut self) -> Option<u8>

Unsets the boolean field.

Source

pub fn with_boolean(self, boolean: u8) -> Self

Builder function that sets the boolean field.

Source

pub const fn array(&self) -> Option<&XfsArray>

Gets an optional reference to the array field.

Source

pub fn set_array(&mut self, xfs_array: XfsArray)

Sets the array field.

Source

pub fn unset_array(&mut self) -> Option<XfsArray>

Unsets the array field.

Source

pub fn with_array(self, xfs_array: XfsArray) -> Self

Builder function that sets the array field.

Trait Implementations§

Source§

impl Clone for XfsValue

Source§

fn clone(&self) -> XfsValue

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 XfsValue

Source§

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

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

impl Default for XfsValue

Source§

fn default() -> Self

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

impl<'de> Deserialize<'de> for XfsValue

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Display for XfsValue

Source§

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

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

impl From<&AllowUsbFrontSwitch> for XfsValue

Source§

fn from(val: &AllowUsbFrontSwitch) -> Self

Converts to this type from the input type.
Source§

impl From<&Amount> for XfsValue

Source§

fn from(val: &Amount) -> Self

Converts to this type from the input type.
Source§

impl From<&AmountNotAvailableCount> for XfsValue

Source§

fn from(val: &AmountNotAvailableCount) -> Self

Converts to this type from the input type.
Source§

impl From<&AntiFishingLevel> for XfsValue

Source§

fn from(val: &AntiFishingLevel) -> Self

Converts to this type from the input type.
Source§

impl From<&AutoPresent> for XfsValue

Source§

fn from(val: &AutoPresent) -> Self

Converts to this type from the input type.
Source§

impl From<&AutoRetractAtInlet> for XfsValue

Source§

fn from(val: &AutoRetractAtInlet) -> Self

Converts to this type from the input type.
Source§

impl From<&BadRoughShapeCount> for XfsValue

Source§

fn from(val: &BadRoughShapeCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BadShapeCount> for XfsValue

Source§

fn from(val: &BadShapeCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BadShapeRejectCount> for XfsValue

Source§

fn from(val: &BadShapeRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillAcceptanceHistory> for XfsValue

Source§

fn from(val: &BillAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&BillDispenseHistory> for XfsValue

Source§

fn from(val: &BillDispenseHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&BillEndingInMMSectionCounters> for XfsValue

Source§

fn from(val: &BillEndingInMMSectionCounters) -> Self

Converts to this type from the input type.
Source§

impl From<&BillErrorCount> for XfsValue

Source§

fn from(val: &BillErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillExtractedCount> for XfsValue

Source§

fn from(val: &BillExtractedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillIntakeCoverCount> for XfsValue

Source§

fn from(val: &BillIntakeCoverCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillJamCount> for XfsValue

Source§

fn from(val: &BillJamCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillNotAvailableCount> for XfsValue

Source§

fn from(val: &BillNotAvailableCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillRequestedCount> for XfsValue

Source§

fn from(val: &BillRequestedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillRolledBackCount> for XfsValue

Source§

fn from(val: &BillRolledBackCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillTooLongInBottomTransportBwCount> for XfsValue

Source§

fn from(val: &BillTooLongInBottomTransportBwCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillTooLongInSpineFwCount> for XfsValue

Source§

fn from(val: &BillTooLongInSpineFwCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillTooShortInBottomTransportBwCount> for XfsValue

Source§

fn from(val: &BillTooShortInBottomTransportBwCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillTooShortInSpineFwCount> for XfsValue

Source§

fn from(val: &BillTooShortInSpineFwCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BillsTakenSensor> for XfsValue

Source§

fn from(val: &BillsTakenSensor) -> Self

Converts to this type from the input type.
Source§

impl From<&BillsetId> for XfsValue

Source§

fn from(val: &BillsetId) -> Self

Converts to this type from the input type.
Source§

impl From<&BillsetIdList> for XfsValue

Source§

fn from(val: &BillsetIdList) -> Self

Converts to this type from the input type.
Source§

impl From<&BillsetInfo> for XfsValue

Source§

fn from(val: &BillsetInfo) -> Self

Converts to this type from the input type.
Source§

impl From<&BottomTransportCount> for XfsValue

Source§

fn from(val: &BottomTransportCount) -> Self

Converts to this type from the input type.
Source§

impl From<&BundlerCount> for XfsValue

Source§

fn from(val: &BundlerCount) -> Self

Converts to this type from the input type.
Source§

impl From<&CallbackIntermediateResponse> for XfsValue

Source§

fn from(val: &CallbackIntermediateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<&CallbackOperationResponse> for XfsValue

Source§

fn from(val: &CallbackOperationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<&CallbackResult> for XfsValue

Source§

fn from(val: &CallbackResult) -> Self

Converts to this type from the input type.
Source§

impl From<&CallbackStatus> for XfsValue

Source§

fn from(val: &CallbackStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&CallbackStatusResponse> for XfsValue

Source§

fn from(val: &CallbackStatusResponse) -> Self

Converts to this type from the input type.
Source§

impl From<&CancelRejectCount> for XfsValue

Source§

fn from(val: &CancelRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Capabilities> for XfsValue

Source§

fn from(val: &Capabilities) -> Self

Converts to this type from the input type.
Source§

impl From<&CashBox> for XfsValue

Source§

fn from(val: &CashBox) -> Self

Converts to this type from the input type.
Source§

impl From<&CashInTransactionCount> for XfsValue

Source§

fn from(val: &CashInTransactionCount) -> Self

Converts to this type from the input type.
Source§

impl From<&CashModulesLockCount> for XfsValue

Source§

fn from(val: &CashModulesLockCount) -> Self

Converts to this type from the input type.
Source§

impl From<&CashOrder> for XfsValue

Source§

fn from(val: &CashOrder) -> Self

Converts to this type from the input type.
Source§

impl From<&CashType> for XfsValue

Source§

fn from(val: &CashType) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeAcceptanceHistory> for XfsValue

Source§

fn from(val: &CashTypeAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeAcceptanceHistoryList> for XfsValue

Source§

fn from(val: &CashTypeAcceptanceHistoryList) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeDispenseHistory> for XfsValue

Source§

fn from(val: &CashTypeDispenseHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeDispenseHistoryItems> for XfsValue

Source§

fn from(val: &CashTypeDispenseHistoryItems) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeList> for XfsValue

Source§

fn from(val: &CashTypeList) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeRecycleHistoryItem> for XfsValue

Source§

fn from(val: &CashTypeRecycleHistoryItem) -> Self

Converts to this type from the input type.
Source§

impl From<&CashTypeRecycleHistoryItems> for XfsValue

Source§

fn from(val: &CashTypeRecycleHistoryItems) -> Self

Converts to this type from the input type.
Source§

impl From<&CashUnit> for XfsValue

Source§

fn from(val: &CashUnit) -> Self

Converts to this type from the input type.
Source§

impl From<&Cashbox> for XfsValue

Source§

fn from(val: &Cashbox) -> Self

Converts to this type from the input type.
Source§

impl From<&Category2> for XfsValue

Source§

fn from(val: &Category2) -> Self

Converts to this type from the input type.
Source§

impl From<&Category3> for XfsValue

Source§

fn from(val: &Category3) -> Self

Converts to this type from the input type.
Source§

impl From<&CdrPosition> for XfsValue

Source§

fn from(val: &CdrPosition) -> Self

Converts to this type from the input type.
Source§

impl From<&CdrPositionCapabilities> for XfsValue

Source§

fn from(val: &CdrPositionCapabilities) -> Self

Converts to this type from the input type.
Source§

impl From<&CdrPositionCapabilitiesList> for XfsValue

Source§

fn from(val: &CdrPositionCapabilitiesList) -> Self

Converts to this type from the input type.
Source§

impl From<&CdrPositionStatusList> for XfsValue

Source§

fn from(val: &CdrPositionStatusList) -> Self

Converts to this type from the input type.
Source§

impl From<&CdrStatus> for XfsValue

Source§

fn from(val: &CdrStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&CdrType> for XfsValue

Source§

fn from(val: &CdrType) -> Self

Converts to this type from the input type.
Source§

impl From<&ComponentType> for XfsValue

Source§

fn from(val: &ComponentType) -> Self

Converts to this type from the input type.
Source§

impl From<&ConfigurationErrorCount> for XfsValue

Source§

fn from(val: &ConfigurationErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ConfigurationRejectCount> for XfsValue

Source§

fn from(val: &ConfigurationRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ConfusionCount> for XfsValue

Source§

fn from(val: &ConfusionCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ContentStatus> for XfsValue

Source§

fn from(val: &ContentStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&ContentStatusSupported> for XfsValue

Source§

fn from(val: &ContentStatusSupported) -> Self

Converts to this type from the input type.
Source§

impl From<&Count> for XfsValue

Source§

fn from(val: &Count) -> Self

Converts to this type from the input type.
Source§

impl From<&CuKind> for XfsValue

Source§

fn from(val: &CuKind) -> Self

Converts to this type from the input type.
Source§

impl From<&CuType> for XfsValue

Source§

fn from(val: &CuType) -> Self

Converts to this type from the input type.
Source§

impl From<&Currency> for XfsValue

Source§

fn from(val: &Currency) -> Self

Converts to this type from the input type.
Source§

impl From<&CurrencyCode> for XfsValue

Source§

fn from(val: &CurrencyCode) -> Self

Converts to this type from the input type.
Source§

impl From<&CurrentDateTime> for XfsValue

Source§

fn from(val: &CurrentDateTime) -> Self

Converts to this type from the input type.
Source§

impl From<&DefaultRollbackPosition> for XfsValue

Source§

fn from(val: &DefaultRollbackPosition) -> Self

Converts to this type from the input type.
Source§

impl From<&DenominateAmountCount> for XfsValue

Source§

fn from(val: &DenominateAmountCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Denomination> for XfsValue

Source§

fn from(val: &Denomination) -> Self

Converts to this type from the input type.
Source§

impl From<&DenominationInfo> for XfsValue

Source§

fn from(val: &DenominationInfo) -> Self

Converts to this type from the input type.
Source§

impl From<&DenominationItem> for XfsValue

Source§

fn from(val: &DenominationItem) -> Self

Converts to this type from the input type.
Source§

impl From<&DenominationItems> for XfsValue

Source§

fn from(val: &DenominationItems) -> Self

Converts to this type from the input type.
Source§

impl From<&DenominationList> for XfsValue

Source§

fn from(val: &DenominationList) -> Self

Converts to this type from the input type.
Source§

impl From<&Deposit> for XfsValue

Source§

fn from(val: &Deposit) -> Self

Converts to this type from the input type.
Source§

impl From<&DepositCount> for XfsValue

Source§

fn from(val: &DepositCount) -> Self

Converts to this type from the input type.
Source§

impl From<&DepositCounters> for XfsValue

Source§

fn from(val: &DepositCounters) -> Self

Converts to this type from the input type.
Source§

impl From<&Detector> for XfsValue

Source§

fn from(val: &Detector) -> Self

Converts to this type from the input type.
Source§

impl From<&DeviceStatus> for XfsValue

Source§

fn from(val: &DeviceStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&DirectFromLoaderCount> for XfsValue

Source§

fn from(val: &DirectFromLoaderCount) -> Self

Converts to this type from the input type.
Source§

impl From<&DisappearedCount> for XfsValue

Source§

fn from(val: &DisappearedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Dispense> for XfsValue

Source§

fn from(val: &Dispense) -> Self

Converts to this type from the input type.
Source§

impl From<&DispenseAmountCount> for XfsValue

Source§

fn from(val: &DispenseAmountCount) -> Self

Converts to this type from the input type.
Source§

impl From<&DispenseCount> for XfsValue

Source§

fn from(val: &DispenseCount) -> Self

Converts to this type from the input type.
Source§

impl From<&DispenseCounters> for XfsValue

Source§

fn from(val: &DispenseCounters) -> Self

Converts to this type from the input type.
Source§

impl From<&DispenseRequest> for XfsValue

Source§

fn from(val: &DispenseRequest) -> Self

Converts to this type from the input type.
Source§

impl From<&DispenserStatus> for XfsValue

Source§

fn from(val: &DispenserStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&EmptiedCount> for XfsValue

Source§

fn from(val: &EmptiedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&EnableDenomination> for XfsValue

Source§

fn from(val: &EnableDenomination) -> Self

Converts to this type from the input type.
Source§

impl From<&EnvironmentErrorCount> for XfsValue

Source§

fn from(val: &EnvironmentErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Escrow> for XfsValue

Source§

fn from(val: &Escrow) -> Self

Converts to this type from the input type.
Source§

impl From<&EscrowSize> for XfsValue

Source§

fn from(val: &EscrowSize) -> Self

Converts to this type from the input type.
Source§

impl From<&EuroArt6Capability> for XfsValue

Source§

fn from(val: &EuroArt6Capability) -> Self

Converts to this type from the input type.
Source§

impl From<&Exponent> for XfsValue

Source§

fn from(val: &Exponent) -> Self

Converts to this type from the input type.
Source§

impl From<&ExtendedCounters> for XfsValue

Source§

fn from(val: &ExtendedCounters) -> Self

Converts to this type from the input type.
Source§

impl From<&ExtractionRejectCount> for XfsValue

Source§

fn from(val: &ExtractionRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ExtractionRejectDetails> for XfsValue

Source§

fn from(val: &ExtractionRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<&FitnessCount> for XfsValue

Source§

fn from(val: &FitnessCount) -> Self

Converts to this type from the input type.
Source§

impl From<&FitnessRejectCount> for XfsValue

Source§

fn from(val: &FitnessRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ForcedInCount> for XfsValue

Source§

fn from(val: &ForcedInCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ForgeryCount> for XfsValue

Source§

fn from(val: &ForgeryCount) -> Self

Converts to this type from the input type.
Source§

impl From<&HardwareFailureCount> for XfsValue

Source§

fn from(val: &HardwareFailureCount) -> Self

Converts to this type from the input type.
Source§

impl From<&HardwareFailureWithBillStoppedCount> for XfsValue

Source§

fn from(val: &HardwareFailureWithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&HardwareStatus> for XfsValue

Source§

fn from(val: &HardwareStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&HeldBackCount> for XfsValue

Source§

fn from(val: &HeldBackCount) -> Self

Converts to this type from the input type.
Source§

impl From<&IncidentStartSectionCounters> for XfsValue

Source§

fn from(val: &IncidentStartSectionCounters) -> Self

Converts to this type from the input type.
Source§

impl From<&IncidentStartSectionCountersList> for XfsValue

Source§

fn from(val: &IncidentStartSectionCountersList) -> Self

Converts to this type from the input type.
Source§

impl From<&IncompatibleSoftwareCount> for XfsValue

Source§

fn from(val: &IncompatibleSoftwareCount) -> Self

Converts to this type from the input type.
Source§

impl From<&InitialCount> for XfsValue

Source§

fn from(val: &InitialCount) -> Self

Converts to this type from the input type.
Source§

impl From<&InletAcceptanceHistory> for XfsValue

Source§

fn from(val: &InletAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&InletDetectionCount> for XfsValue

Source§

fn from(val: &InletDetectionCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Input> for XfsValue

Source§

fn from(val: &Input) -> Self

Converts to this type from the input type.
Source§

impl From<&InsertionRejectCount> for XfsValue

Source§

fn from(val: &InsertionRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&InsertionRejectDetails> for XfsValue

Source§

fn from(val: &InsertionRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<&InsertionStartCount> for XfsValue

Source§

fn from(val: &InsertionStartCount) -> Self

Converts to this type from the input type.
Source§

impl From<&InterfaceCount> for XfsValue

Source§

fn from(val: &InterfaceCount) -> Self

Converts to this type from the input type.
Source§

impl From<&InterfaceCountList> for XfsValue

Source§

fn from(val: &InterfaceCountList) -> Self

Converts to this type from the input type.
Source§

impl From<&IntermediateEvent> for XfsValue

Source§

fn from(val: &IntermediateEvent) -> Self

Converts to this type from the input type.
Source§

impl From<&IntermediateIdentificationId> for XfsValue

Source§

fn from(val: &IntermediateIdentificationId) -> Self

Converts to this type from the input type.
Source§

impl From<&IntermediateStacker> for XfsValue

Source§

fn from(val: &IntermediateStacker) -> Self

Converts to this type from the input type.
Source§

impl From<&IntermediateStackerStatus> for XfsValue

Source§

fn from(val: &IntermediateStackerStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&InternalResetCount> for XfsValue

Source§

fn from(val: &InternalResetCount) -> Self

Converts to this type from the input type.
Source§

impl From<&InternalResetWithBillStoppedCount> for XfsValue

Source§

fn from(val: &InternalResetWithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&LCU> for XfsValue

Source§

fn from(val: &LCU) -> Self

Converts to this type from the input type.
Source§

impl From<&ListValue> for XfsValue

Source§

fn from(val: &ListValue) -> Self

Converts to this type from the input type.
Source§

impl From<&LoaderAcceptanceHistory> for XfsValue

Source§

fn from(val: &LoaderAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&LoaderSlotAcceptanceHistory> for XfsValue

Source§

fn from(val: &LoaderSlotAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&Lock> for XfsValue

Source§

fn from(val: &Lock) -> Self

Converts to this type from the input type.
Source§

impl From<&LogicalCashUnit> for XfsValue

Source§

fn from(val: &LogicalCashUnit) -> Self

Converts to this type from the input type.
Source§

impl From<&LogicalCashUnitItems> for XfsValue

Source§

fn from(val: &LogicalCashUnitItems) -> Self

Converts to this type from the input type.
Source§

impl From<&LogicalCashUnitList> for XfsValue

Source§

fn from(val: &LogicalCashUnitList) -> Self

Converts to this type from the input type.
Source§

impl From<&MainModuleSectionCounters> for XfsValue

Source§

fn from(val: &MainModuleSectionCounters) -> Self

Converts to this type from the input type.
Source§

impl From<&Major> for XfsValue

Source§

fn from(val: &Major) -> Self

Converts to this type from the input type.
Source§

impl From<&MaxInBills> for XfsValue

Source§

fn from(val: &MaxInBills) -> Self

Converts to this type from the input type.
Source§

impl From<&MaxItems> for XfsValue

Source§

fn from(val: &MaxItems) -> Self

Converts to this type from the input type.
Source§

impl From<&MaxOutBills> for XfsValue

Source§

fn from(val: &MaxOutBills) -> Self

Converts to this type from the input type.
Source§

impl From<&MaxSize> for XfsValue

Source§

fn from(val: &MaxSize) -> Self

Converts to this type from the input type.
Source§

impl From<&Minor> for XfsValue

Source§

fn from(val: &Minor) -> Self

Converts to this type from the input type.
Source§

impl From<&MissingModuleCount> for XfsValue

Source§

fn from(val: &MissingModuleCount) -> Self

Converts to this type from the input type.
Source§

impl From<&MixNumber> for XfsValue

Source§

fn from(val: &MixNumber) -> Self

Converts to this type from the input type.
Source§

impl From<&ModuleCount> for XfsValue

Source§

fn from(val: &ModuleCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ModuleCountList> for XfsValue

Source§

fn from(val: &ModuleCountList) -> Self

Converts to this type from the input type.
Source§

impl From<&ModuleType> for XfsValue

Source§

fn from(val: &ModuleType) -> Self

Converts to this type from the input type.
Source§

impl From<&Number> for XfsValue

Source§

fn from(val: &Number) -> Self

Converts to this type from the input type.
Source§

impl From<&OperationId> for XfsValue

Source§

fn from(val: &OperationId) -> Self

Converts to this type from the input type.
Source§

impl From<&OperationIdentificationId> for XfsValue

Source§

fn from(val: &OperationIdentificationId) -> Self

Converts to this type from the input type.
Source§

impl From<&OperationalDegradedCount> for XfsValue

Source§

fn from(val: &OperationalDegradedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&OtherDenominationCount> for XfsValue

Source§

fn from(val: &OtherDenominationCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Output> for XfsValue

Source§

fn from(val: &Output) -> Self

Converts to this type from the input type.
Source§

impl From<&PcuName> for XfsValue

Source§

fn from(val: &PcuName) -> Self

Converts to this type from the input type.
Source§

impl From<&PerSectionHistory> for XfsValue

Source§

fn from(val: &PerSectionHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&PerSectionHistoryInternal> for XfsValue

Source§

fn from(val: &PerSectionHistoryInternal) -> Self

Converts to this type from the input type.
Source§

impl From<&PhysicalCashUnit> for XfsValue

Source§

fn from(val: &PhysicalCashUnit) -> Self

Converts to this type from the input type.
Source§

impl From<&PhysicalCashUnitItems> for XfsValue

Source§

fn from(val: &PhysicalCashUnitItems) -> Self

Converts to this type from the input type.
Source§

impl From<&PhysicalCashUnitList> for XfsValue

Source§

fn from(val: &PhysicalCashUnitList) -> Self

Converts to this type from the input type.
Source§

impl From<&PositionStatus> for XfsValue

Source§

fn from(val: &PositionStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&PositionerCount> for XfsValue

Source§

fn from(val: &PositionerCount) -> Self

Converts to this type from the input type.
Source§

impl From<&PositioningFailedCount> for XfsValue

Source§

fn from(val: &PositioningFailedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&PowerDownWithBillStoppedCount> for XfsValue

Source§

fn from(val: &PowerDownWithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&PowerSupplyVoltage> for XfsValue

Source§

fn from(val: &PowerSupplyVoltage) -> Self

Converts to this type from the input type.
Source§

impl From<&PowerUpCount> for XfsValue

Source§

fn from(val: &PowerUpCount) -> Self

Converts to this type from the input type.
Source§

impl From<&RecognitionRejectCount> for XfsValue

Source§

fn from(val: &RecognitionRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&RecognitionRejectDetails> for XfsValue

Source§

fn from(val: &RecognitionRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<&RecognitionSensorCoverCount> for XfsValue

Source§

fn from(val: &RecognitionSensorCoverCount) -> Self

Converts to this type from the input type.
Source§

impl From<&RecognitionSensorTemperatures> for XfsValue

Source§

fn from(val: &RecognitionSensorTemperatures) -> Self

Converts to this type from the input type.
Source§

impl From<&RecognitionSensorType> for XfsValue

Source§

fn from(val: &RecognitionSensorType) -> Self

Converts to this type from the input type.
Source§

impl From<&RecognitionSystemCount> for XfsValue

Source§

fn from(val: &RecognitionSystemCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Refill> for XfsValue

Source§

fn from(val: &Refill) -> Self

Converts to this type from the input type.
Source§

impl From<&Refusal> for XfsValue

Source§

fn from(val: &Refusal) -> Self

Converts to this type from the input type.
Source§

impl From<&RejectCount> for XfsValue

Source§

fn from(val: &RejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&RejectViaOutlet> for XfsValue

Source§

fn from(val: &RejectViaOutlet) -> Self

Converts to this type from the input type.
Source§

impl From<&RemovedCount> for XfsValue

Source§

fn from(val: &RemovedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ReportUsbConsumption> for XfsValue

Source§

fn from(val: &ReportUsbConsumption) -> Self

Converts to this type from the input type.
Source§

impl From<&ReportingMode> for XfsValue

Source§

fn from(val: &ReportingMode) -> Self

Converts to this type from the input type.
Source§

impl From<&ResetWithCoverOpenCount> for XfsValue

Source§

fn from(val: &ResetWithCoverOpenCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ResetWithInterlockOpenCount> for XfsValue

Source§

fn from(val: &ResetWithInterlockOpenCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Retract> for XfsValue

Source§

fn from(val: &Retract) -> Self

Converts to this type from the input type.
Source§

impl From<&RetractedCount> for XfsValue

Source§

fn from(val: &RetractedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Rollback> for XfsValue

Source§

fn from(val: &Rollback) -> Self

Converts to this type from the input type.
Source§

impl From<&SafeDoorCmd> for XfsValue

Source§

fn from(val: &SafeDoorCmd) -> Self

Converts to this type from the input type.
Source§

impl From<&SafeDoorStatus> for XfsValue

Source§

fn from(val: &SafeDoorStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&SecuredCommLevel> for XfsValue

Source§

fn from(val: &SecuredCommLevel) -> Self

Converts to this type from the input type.
Source§

impl From<&SecurityLevel> for XfsValue

Source§

fn from(val: &SecurityLevel) -> Self

Converts to this type from the input type.
Source§

impl From<&SelfTestMode> for XfsValue

Source§

fn from(val: &SelfTestMode) -> Self

Converts to this type from the input type.
Source§

impl From<&SensorTemperature> for XfsValue

Source§

fn from(val: &SensorTemperature) -> Self

Converts to this type from the input type.
Source§

impl From<&ShutterCmd> for XfsValue

Source§

fn from(val: &ShutterCmd) -> Self

Converts to this type from the input type.
Source§

impl From<&ShutterStatus> for XfsValue

Source§

fn from(val: &ShutterStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&ShutterStatusSupported> for XfsValue

Source§

fn from(val: &ShutterStatusSupported) -> Self

Converts to this type from the input type.
Source§

impl From<&Size> for XfsValue

Source§

fn from(val: &Size) -> Self

Converts to this type from the input type.
Source§

impl From<&SlotNumber> for XfsValue

Source§

fn from(val: &SlotNumber) -> Self

Converts to this type from the input type.
Source§

impl From<&Slots> for XfsValue

Source§

fn from(val: &Slots) -> Self

Converts to this type from the input type.
Source§

impl From<&SpineCount> for XfsValue

Source§

fn from(val: &SpineCount) -> Self

Converts to this type from the input type.
Source§

impl From<&SpineCoverCount> for XfsValue

Source§

fn from(val: &SpineCoverCount) -> Self

Converts to this type from the input type.
Source§

impl From<&StackedWhileRecyclerFullCount> for XfsValue

Source§

fn from(val: &StackedWhileRecyclerFullCount) -> Self

Converts to this type from the input type.
Source§

impl From<&StainedCount> for XfsValue

Source§

fn from(val: &StainedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Status> for XfsValue

Source§

fn from(val: &Status) -> Self

Converts to this type from the input type.
Source§

impl From<&StringDetectionCount> for XfsValue

Source§

fn from(val: &StringDetectionCount) -> Self

Converts to this type from the input type.
Source§

impl From<&StudyVersion> for XfsValue

Source§

fn from(val: &StudyVersion) -> Self

Converts to this type from the input type.
Source§

impl From<&SuperimposedCount> for XfsValue

Source§

fn from(val: &SuperimposedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&SuspectCount> for XfsValue

Source§

fn from(val: &SuspectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemCycleCount> for XfsValue

Source§

fn from(val: &SystemCycleCount) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemEventCount> for XfsValue

Source§

fn from(val: &SystemEventCount) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemFailureHistory> for XfsValue

Source§

fn from(val: &SystemFailureHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemFailureHistoryInternal> for XfsValue

Source§

fn from(val: &SystemFailureHistoryInternal) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemOpeningCount> for XfsValue

Source§

fn from(val: &SystemOpeningCount) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemOpeningDetails> for XfsValue

Source§

fn from(val: &SystemOpeningDetails) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemRestartHistory> for XfsValue

Source§

fn from(val: &SystemRestartHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemTemperature> for XfsValue

Source§

fn from(val: &SystemTemperature) -> Self

Converts to this type from the input type.
Source§

impl From<&SystemUseHistory> for XfsValue

Source§

fn from(val: &SystemUseHistory) -> Self

Converts to this type from the input type.
Source§

impl From<&Threshold> for XfsValue

Source§

fn from(val: &Threshold) -> Self

Converts to this type from the input type.
Source§

impl From<&ThresholdEmpty> for XfsValue

Source§

fn from(val: &ThresholdEmpty) -> Self

Converts to this type from the input type.
Source§

impl From<&ThresholdFull> for XfsValue

Source§

fn from(val: &ThresholdFull) -> Self

Converts to this type from the input type.
Source§

impl From<&ThresholdHigh> for XfsValue

Source§

fn from(val: &ThresholdHigh) -> Self

Converts to this type from the input type.
Source§

impl From<&ThresholdLow> for XfsValue

Source§

fn from(val: &ThresholdLow) -> Self

Converts to this type from the input type.
Source§

impl From<&ThresholdMode> for XfsValue

Source§

fn from(val: &ThresholdMode) -> Self

Converts to this type from the input type.
Source§

impl From<&ThresholdStatus> for XfsValue

Source§

fn from(val: &ThresholdStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&TimeSinceOperational> for XfsValue

Source§

fn from(val: &TimeSinceOperational) -> Self

Converts to this type from the input type.
Source§

impl From<&TooLongCount> for XfsValue

Source§

fn from(val: &TooLongCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TooManyBillsCount> for XfsValue

Source§

fn from(val: &TooManyBillsCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TooThickCount> for XfsValue

Source§

fn from(val: &TooThickCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TotalUpTime> for XfsValue

Source§

fn from(val: &TotalUpTime) -> Self

Converts to this type from the input type.
Source§

impl From<&TransportCount> for XfsValue

Source§

fn from(val: &TransportCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TransportErrorCount> for XfsValue

Source§

fn from(val: &TransportErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TransportEventCount> for XfsValue

Source§

fn from(val: &TransportEventCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TransportRejectCount> for XfsValue

Source§

fn from(val: &TransportRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&TransportRejectDetails> for XfsValue

Source§

fn from(val: &TransportRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<&TransportStatus> for XfsValue

Source§

fn from(val: &TransportStatus) -> Self

Converts to this type from the input type.
Source§

impl From<&TrustedUser> for XfsValue

Source§

fn from(val: &TrustedUser) -> Self

Converts to this type from the input type.
Source§

impl From<&Unfit> for XfsValue

Source§

fn from(val: &Unfit) -> Self

Converts to this type from the input type.
Source§

impl From<&Unit> for XfsValue

Source§

fn from(val: &Unit) -> Self

Converts to this type from the input type.
Source§

impl From<&UnitId> for XfsValue

Source§

fn from(val: &UnitId) -> Self

Converts to this type from the input type.
Source§

impl From<&UnknownCount> for XfsValue

Source§

fn from(val: &UnknownCount) -> Self

Converts to this type from the input type.
Source§

impl From<&UnknownRejectCount> for XfsValue

Source§

fn from(val: &UnknownRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<&UnnamedCount> for XfsValue

Source§

fn from(val: &UnnamedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&UpTime> for XfsValue

Source§

fn from(val: &UpTime) -> Self

Converts to this type from the input type.
Source§

impl From<&ValidCount> for XfsValue

Source§

fn from(val: &ValidCount) -> Self

Converts to this type from the input type.
Source§

impl From<&ValidUnfitCount> for XfsValue

Source§

fn from(val: &ValidUnfitCount) -> Self

Converts to this type from the input type.
Source§

impl From<&Value> for XfsValue

Source§

fn from(val: &Value) -> Self

Converts to this type from the input type.
Source§

impl From<&Variant> for XfsValue

Source§

fn from(val: &Variant) -> Self

Converts to this type from the input type.
Source§

impl From<&Version> for XfsValue

Source§

fn from(val: &Version) -> Self

Converts to this type from the input type.
Source§

impl From<&VersionRequirement> for XfsValue

Source§

fn from(val: &VersionRequirement) -> Self

Converts to this type from the input type.
Source§

impl From<&WithBillStoppedCount> for XfsValue

Source§

fn from(val: &WithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<&XfsValue> for ListValue

Source§

fn from(val: &XfsValue) -> Self

Converts to this type from the input type.
Source§

impl From<AllowUsbFrontSwitch> for XfsValue

Source§

fn from(val: AllowUsbFrontSwitch) -> Self

Converts to this type from the input type.
Source§

impl From<Amount> for XfsValue

Source§

fn from(val: Amount) -> Self

Converts to this type from the input type.
Source§

impl From<AmountNotAvailableCount> for XfsValue

Source§

fn from(val: AmountNotAvailableCount) -> Self

Converts to this type from the input type.
Source§

impl From<AntiFishingLevel> for XfsValue

Source§

fn from(val: AntiFishingLevel) -> Self

Converts to this type from the input type.
Source§

impl From<AutoPresent> for XfsValue

Source§

fn from(val: AutoPresent) -> Self

Converts to this type from the input type.
Source§

impl From<AutoRetractAtInlet> for XfsValue

Source§

fn from(val: AutoRetractAtInlet) -> Self

Converts to this type from the input type.
Source§

impl From<BadRoughShapeCount> for XfsValue

Source§

fn from(val: BadRoughShapeCount) -> Self

Converts to this type from the input type.
Source§

impl From<BadShapeCount> for XfsValue

Source§

fn from(val: BadShapeCount) -> Self

Converts to this type from the input type.
Source§

impl From<BadShapeRejectCount> for XfsValue

Source§

fn from(val: BadShapeRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillAcceptanceHistory> for XfsValue

Source§

fn from(val: BillAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<BillDispenseHistory> for XfsValue

Source§

fn from(val: BillDispenseHistory) -> Self

Converts to this type from the input type.
Source§

impl From<BillEndingInMMSectionCounters> for XfsValue

Source§

fn from(val: BillEndingInMMSectionCounters) -> Self

Converts to this type from the input type.
Source§

impl From<BillErrorCount> for XfsValue

Source§

fn from(val: BillErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillExtractedCount> for XfsValue

Source§

fn from(val: BillExtractedCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillIntakeCoverCount> for XfsValue

Source§

fn from(val: BillIntakeCoverCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillJamCount> for XfsValue

Source§

fn from(val: BillJamCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillNotAvailableCount> for XfsValue

Source§

fn from(val: BillNotAvailableCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillRequestedCount> for XfsValue

Source§

fn from(val: BillRequestedCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillRolledBackCount> for XfsValue

Source§

fn from(val: BillRolledBackCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillTooLongInBottomTransportBwCount> for XfsValue

Source§

fn from(val: BillTooLongInBottomTransportBwCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillTooLongInSpineFwCount> for XfsValue

Source§

fn from(val: BillTooLongInSpineFwCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillTooShortInBottomTransportBwCount> for XfsValue

Source§

fn from(val: BillTooShortInBottomTransportBwCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillTooShortInSpineFwCount> for XfsValue

Source§

fn from(val: BillTooShortInSpineFwCount) -> Self

Converts to this type from the input type.
Source§

impl From<BillsTakenSensor> for XfsValue

Source§

fn from(val: BillsTakenSensor) -> Self

Converts to this type from the input type.
Source§

impl From<BillsetId> for XfsValue

Source§

fn from(val: BillsetId) -> Self

Converts to this type from the input type.
Source§

impl From<BillsetIdList> for XfsValue

Source§

fn from(val: BillsetIdList) -> Self

Converts to this type from the input type.
Source§

impl From<BillsetInfo> for XfsValue

Source§

fn from(val: BillsetInfo) -> Self

Converts to this type from the input type.
Source§

impl From<BottomTransportCount> for XfsValue

Source§

fn from(val: BottomTransportCount) -> Self

Converts to this type from the input type.
Source§

impl From<BundlerCount> for XfsValue

Source§

fn from(val: BundlerCount) -> Self

Converts to this type from the input type.
Source§

impl From<CallbackIntermediateResponse> for XfsValue

Source§

fn from(val: CallbackIntermediateResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CallbackOperationResponse> for XfsValue

Source§

fn from(val: CallbackOperationResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CallbackResult> for XfsValue

Source§

fn from(val: CallbackResult) -> Self

Converts to this type from the input type.
Source§

impl From<CallbackStatus> for XfsValue

Source§

fn from(val: CallbackStatus) -> Self

Converts to this type from the input type.
Source§

impl From<CallbackStatusResponse> for XfsValue

Source§

fn from(val: CallbackStatusResponse) -> Self

Converts to this type from the input type.
Source§

impl From<CancelRejectCount> for XfsValue

Source§

fn from(val: CancelRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<Capabilities> for XfsValue

Source§

fn from(val: Capabilities) -> Self

Converts to this type from the input type.
Source§

impl From<CashBox> for XfsValue

Source§

fn from(val: CashBox) -> Self

Converts to this type from the input type.
Source§

impl From<CashInTransactionCount> for XfsValue

Source§

fn from(val: CashInTransactionCount) -> Self

Converts to this type from the input type.
Source§

impl From<CashModulesLockCount> for XfsValue

Source§

fn from(val: CashModulesLockCount) -> Self

Converts to this type from the input type.
Source§

impl From<CashOrder> for XfsValue

Source§

fn from(val: CashOrder) -> Self

Converts to this type from the input type.
Source§

impl From<CashType> for XfsValue

Source§

fn from(val: CashType) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeAcceptanceHistory> for XfsValue

Source§

fn from(val: CashTypeAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeAcceptanceHistoryList> for XfsValue

Source§

fn from(val: CashTypeAcceptanceHistoryList) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeDispenseHistory> for XfsValue

Source§

fn from(val: CashTypeDispenseHistory) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeDispenseHistoryItems> for XfsValue

Source§

fn from(val: CashTypeDispenseHistoryItems) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeList> for XfsValue

Source§

fn from(val: CashTypeList) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeRecycleHistoryItem> for XfsValue

Source§

fn from(val: CashTypeRecycleHistoryItem) -> Self

Converts to this type from the input type.
Source§

impl From<CashTypeRecycleHistoryItems> for XfsValue

Source§

fn from(val: CashTypeRecycleHistoryItems) -> Self

Converts to this type from the input type.
Source§

impl From<CashUnit> for XfsValue

Source§

fn from(val: CashUnit) -> Self

Converts to this type from the input type.
Source§

impl From<Cashbox> for XfsValue

Source§

fn from(val: Cashbox) -> Self

Converts to this type from the input type.
Source§

impl From<Category2> for XfsValue

Source§

fn from(val: Category2) -> Self

Converts to this type from the input type.
Source§

impl From<Category3> for XfsValue

Source§

fn from(val: Category3) -> Self

Converts to this type from the input type.
Source§

impl From<CdrPosition> for XfsValue

Source§

fn from(val: CdrPosition) -> Self

Converts to this type from the input type.
Source§

impl From<CdrPositionCapabilities> for XfsValue

Source§

fn from(val: CdrPositionCapabilities) -> Self

Converts to this type from the input type.
Source§

impl From<CdrPositionCapabilitiesList> for XfsValue

Source§

fn from(val: CdrPositionCapabilitiesList) -> Self

Converts to this type from the input type.
Source§

impl From<CdrPositionStatusList> for XfsValue

Source§

fn from(val: CdrPositionStatusList) -> Self

Converts to this type from the input type.
Source§

impl From<CdrStatus> for XfsValue

Source§

fn from(val: CdrStatus) -> Self

Converts to this type from the input type.
Source§

impl From<CdrType> for XfsValue

Source§

fn from(val: CdrType) -> Self

Converts to this type from the input type.
Source§

impl From<ComponentType> for XfsValue

Source§

fn from(val: ComponentType) -> Self

Converts to this type from the input type.
Source§

impl From<ConfigurationErrorCount> for XfsValue

Source§

fn from(val: ConfigurationErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<ConfigurationRejectCount> for XfsValue

Source§

fn from(val: ConfigurationRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<ConfusionCount> for XfsValue

Source§

fn from(val: ConfusionCount) -> Self

Converts to this type from the input type.
Source§

impl From<ContentStatus> for XfsValue

Source§

fn from(val: ContentStatus) -> Self

Converts to this type from the input type.
Source§

impl From<ContentStatusSupported> for XfsValue

Source§

fn from(val: ContentStatusSupported) -> Self

Converts to this type from the input type.
Source§

impl From<Count> for XfsValue

Source§

fn from(val: Count) -> Self

Converts to this type from the input type.
Source§

impl From<CuKind> for XfsValue

Source§

fn from(val: CuKind) -> Self

Converts to this type from the input type.
Source§

impl From<CuType> for XfsValue

Source§

fn from(val: CuType) -> Self

Converts to this type from the input type.
Source§

impl From<Currency> for XfsValue

Source§

fn from(val: Currency) -> Self

Converts to this type from the input type.
Source§

impl From<CurrencyCode> for XfsValue

Source§

fn from(val: CurrencyCode) -> Self

Converts to this type from the input type.
Source§

impl From<CurrentDateTime> for XfsValue

Source§

fn from(val: CurrentDateTime) -> Self

Converts to this type from the input type.
Source§

impl From<DefaultRollbackPosition> for XfsValue

Source§

fn from(val: DefaultRollbackPosition) -> Self

Converts to this type from the input type.
Source§

impl From<DenominateAmountCount> for XfsValue

Source§

fn from(val: DenominateAmountCount) -> Self

Converts to this type from the input type.
Source§

impl From<Denomination> for XfsValue

Source§

fn from(val: Denomination) -> Self

Converts to this type from the input type.
Source§

impl From<DenominationInfo> for XfsValue

Source§

fn from(val: DenominationInfo) -> Self

Converts to this type from the input type.
Source§

impl From<DenominationItem> for XfsValue

Source§

fn from(val: DenominationItem) -> Self

Converts to this type from the input type.
Source§

impl From<DenominationItems> for XfsValue

Source§

fn from(val: DenominationItems) -> Self

Converts to this type from the input type.
Source§

impl From<DenominationList> for XfsValue

Source§

fn from(val: DenominationList) -> Self

Converts to this type from the input type.
Source§

impl From<Deposit> for XfsValue

Source§

fn from(val: Deposit) -> Self

Converts to this type from the input type.
Source§

impl From<DepositCount> for XfsValue

Source§

fn from(val: DepositCount) -> Self

Converts to this type from the input type.
Source§

impl From<DepositCounters> for XfsValue

Source§

fn from(val: DepositCounters) -> Self

Converts to this type from the input type.
Source§

impl From<Detector> for XfsValue

Source§

fn from(val: Detector) -> Self

Converts to this type from the input type.
Source§

impl From<DeviceStatus> for XfsValue

Source§

fn from(val: DeviceStatus) -> Self

Converts to this type from the input type.
Source§

impl From<DirectFromLoaderCount> for XfsValue

Source§

fn from(val: DirectFromLoaderCount) -> Self

Converts to this type from the input type.
Source§

impl From<DisappearedCount> for XfsValue

Source§

fn from(val: DisappearedCount) -> Self

Converts to this type from the input type.
Source§

impl From<Dispense> for XfsValue

Source§

fn from(val: Dispense) -> Self

Converts to this type from the input type.
Source§

impl From<DispenseAmountCount> for XfsValue

Source§

fn from(val: DispenseAmountCount) -> Self

Converts to this type from the input type.
Source§

impl From<DispenseCount> for XfsValue

Source§

fn from(val: DispenseCount) -> Self

Converts to this type from the input type.
Source§

impl From<DispenseCounters> for XfsValue

Source§

fn from(val: DispenseCounters) -> Self

Converts to this type from the input type.
Source§

impl From<DispenseRequest> for XfsValue

Source§

fn from(val: DispenseRequest) -> Self

Converts to this type from the input type.
Source§

impl From<DispenserStatus> for XfsValue

Source§

fn from(val: DispenserStatus) -> Self

Converts to this type from the input type.
Source§

impl From<EmptiedCount> for XfsValue

Source§

fn from(val: EmptiedCount) -> Self

Converts to this type from the input type.
Source§

impl From<EnableDenomination> for XfsValue

Source§

fn from(val: EnableDenomination) -> Self

Converts to this type from the input type.
Source§

impl From<EnvironmentErrorCount> for XfsValue

Source§

fn from(val: EnvironmentErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<Escrow> for XfsValue

Source§

fn from(val: Escrow) -> Self

Converts to this type from the input type.
Source§

impl From<EscrowSize> for XfsValue

Source§

fn from(val: EscrowSize) -> Self

Converts to this type from the input type.
Source§

impl From<EuroArt6Capability> for XfsValue

Source§

fn from(val: EuroArt6Capability) -> Self

Converts to this type from the input type.
Source§

impl From<Exponent> for XfsValue

Source§

fn from(val: Exponent) -> Self

Converts to this type from the input type.
Source§

impl From<ExtendedCounters> for XfsValue

Source§

fn from(val: ExtendedCounters) -> Self

Converts to this type from the input type.
Source§

impl From<ExtractionRejectCount> for XfsValue

Source§

fn from(val: ExtractionRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<ExtractionRejectDetails> for XfsValue

Source§

fn from(val: ExtractionRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<FitnessCount> for XfsValue

Source§

fn from(val: FitnessCount) -> Self

Converts to this type from the input type.
Source§

impl From<FitnessRejectCount> for XfsValue

Source§

fn from(val: FitnessRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<ForcedInCount> for XfsValue

Source§

fn from(val: ForcedInCount) -> Self

Converts to this type from the input type.
Source§

impl From<ForgeryCount> for XfsValue

Source§

fn from(val: ForgeryCount) -> Self

Converts to this type from the input type.
Source§

impl From<HardwareFailureCount> for XfsValue

Source§

fn from(val: HardwareFailureCount) -> Self

Converts to this type from the input type.
Source§

impl From<HardwareFailureWithBillStoppedCount> for XfsValue

Source§

fn from(val: HardwareFailureWithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<HardwareStatus> for XfsValue

Source§

fn from(val: HardwareStatus) -> Self

Converts to this type from the input type.
Source§

impl From<HeldBackCount> for XfsValue

Source§

fn from(val: HeldBackCount) -> Self

Converts to this type from the input type.
Source§

impl From<IncidentStartSectionCounters> for XfsValue

Source§

fn from(val: IncidentStartSectionCounters) -> Self

Converts to this type from the input type.
Source§

impl From<IncidentStartSectionCountersList> for XfsValue

Source§

fn from(val: IncidentStartSectionCountersList) -> Self

Converts to this type from the input type.
Source§

impl From<IncompatibleSoftwareCount> for XfsValue

Source§

fn from(val: IncompatibleSoftwareCount) -> Self

Converts to this type from the input type.
Source§

impl From<InitialCount> for XfsValue

Source§

fn from(val: InitialCount) -> Self

Converts to this type from the input type.
Source§

impl From<InletAcceptanceHistory> for XfsValue

Source§

fn from(val: InletAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<InletDetectionCount> for XfsValue

Source§

fn from(val: InletDetectionCount) -> Self

Converts to this type from the input type.
Source§

impl From<Input> for XfsValue

Source§

fn from(val: Input) -> Self

Converts to this type from the input type.
Source§

impl From<InsertionRejectCount> for XfsValue

Source§

fn from(val: InsertionRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<InsertionRejectDetails> for XfsValue

Source§

fn from(val: InsertionRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<InsertionStartCount> for XfsValue

Source§

fn from(val: InsertionStartCount) -> Self

Converts to this type from the input type.
Source§

impl From<InterfaceCount> for XfsValue

Source§

fn from(val: InterfaceCount) -> Self

Converts to this type from the input type.
Source§

impl From<InterfaceCountList> for XfsValue

Source§

fn from(val: InterfaceCountList) -> Self

Converts to this type from the input type.
Source§

impl From<IntermediateEvent> for XfsValue

Source§

fn from(val: IntermediateEvent) -> Self

Converts to this type from the input type.
Source§

impl From<IntermediateIdentificationId> for XfsValue

Source§

fn from(val: IntermediateIdentificationId) -> Self

Converts to this type from the input type.
Source§

impl From<IntermediateStacker> for XfsValue

Source§

fn from(val: IntermediateStacker) -> Self

Converts to this type from the input type.
Source§

impl From<IntermediateStackerStatus> for XfsValue

Source§

fn from(val: IntermediateStackerStatus) -> Self

Converts to this type from the input type.
Source§

impl From<InternalResetCount> for XfsValue

Source§

fn from(val: InternalResetCount) -> Self

Converts to this type from the input type.
Source§

impl From<InternalResetWithBillStoppedCount> for XfsValue

Source§

fn from(val: InternalResetWithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<LCU> for XfsValue

Source§

fn from(val: LCU) -> Self

Converts to this type from the input type.
Source§

impl From<ListValue> for XfsValue

Source§

fn from(val: ListValue) -> Self

Converts to this type from the input type.
Source§

impl From<LoaderAcceptanceHistory> for XfsValue

Source§

fn from(val: LoaderAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<LoaderSlotAcceptanceHistory> for XfsValue

Source§

fn from(val: LoaderSlotAcceptanceHistory) -> Self

Converts to this type from the input type.
Source§

impl From<Lock> for XfsValue

Source§

fn from(val: Lock) -> Self

Converts to this type from the input type.
Source§

impl From<LogicalCashUnit> for XfsValue

Source§

fn from(val: LogicalCashUnit) -> Self

Converts to this type from the input type.
Source§

impl From<LogicalCashUnitItems> for XfsValue

Source§

fn from(val: LogicalCashUnitItems) -> Self

Converts to this type from the input type.
Source§

impl From<LogicalCashUnitList> for XfsValue

Source§

fn from(val: LogicalCashUnitList) -> Self

Converts to this type from the input type.
Source§

impl From<MainModuleSectionCounters> for XfsValue

Source§

fn from(val: MainModuleSectionCounters) -> Self

Converts to this type from the input type.
Source§

impl From<Major> for XfsValue

Source§

fn from(val: Major) -> Self

Converts to this type from the input type.
Source§

impl From<MaxInBills> for XfsValue

Source§

fn from(val: MaxInBills) -> Self

Converts to this type from the input type.
Source§

impl From<MaxItems> for XfsValue

Source§

fn from(val: MaxItems) -> Self

Converts to this type from the input type.
Source§

impl From<MaxOutBills> for XfsValue

Source§

fn from(val: MaxOutBills) -> Self

Converts to this type from the input type.
Source§

impl From<MaxSize> for XfsValue

Source§

fn from(val: MaxSize) -> Self

Converts to this type from the input type.
Source§

impl From<Minor> for XfsValue

Source§

fn from(val: Minor) -> Self

Converts to this type from the input type.
Source§

impl From<MissingModuleCount> for XfsValue

Source§

fn from(val: MissingModuleCount) -> Self

Converts to this type from the input type.
Source§

impl From<MixNumber> for XfsValue

Source§

fn from(val: MixNumber) -> Self

Converts to this type from the input type.
Source§

impl From<ModuleCount> for XfsValue

Source§

fn from(val: ModuleCount) -> Self

Converts to this type from the input type.
Source§

impl From<ModuleCountList> for XfsValue

Source§

fn from(val: ModuleCountList) -> Self

Converts to this type from the input type.
Source§

impl From<ModuleType> for XfsValue

Source§

fn from(val: ModuleType) -> Self

Converts to this type from the input type.
Source§

impl From<Number> for XfsValue

Source§

fn from(val: Number) -> Self

Converts to this type from the input type.
Source§

impl From<OperationId> for XfsValue

Source§

fn from(val: OperationId) -> Self

Converts to this type from the input type.
Source§

impl From<OperationIdentificationId> for XfsValue

Source§

fn from(val: OperationIdentificationId) -> Self

Converts to this type from the input type.
Source§

impl From<OperationalDegradedCount> for XfsValue

Source§

fn from(val: OperationalDegradedCount) -> Self

Converts to this type from the input type.
Source§

impl From<OtherDenominationCount> for XfsValue

Source§

fn from(val: OtherDenominationCount) -> Self

Converts to this type from the input type.
Source§

impl From<Output> for XfsValue

Source§

fn from(val: Output) -> Self

Converts to this type from the input type.
Source§

impl From<PcuName> for XfsValue

Source§

fn from(val: PcuName) -> Self

Converts to this type from the input type.
Source§

impl From<PerSectionHistory> for XfsValue

Source§

fn from(val: PerSectionHistory) -> Self

Converts to this type from the input type.
Source§

impl From<PerSectionHistoryInternal> for XfsValue

Source§

fn from(val: PerSectionHistoryInternal) -> Self

Converts to this type from the input type.
Source§

impl From<PhysicalCashUnit> for XfsValue

Source§

fn from(val: PhysicalCashUnit) -> Self

Converts to this type from the input type.
Source§

impl From<PhysicalCashUnitItems> for XfsValue

Source§

fn from(val: PhysicalCashUnitItems) -> Self

Converts to this type from the input type.
Source§

impl From<PhysicalCashUnitList> for XfsValue

Source§

fn from(val: PhysicalCashUnitList) -> Self

Converts to this type from the input type.
Source§

impl From<PositionStatus> for XfsValue

Source§

fn from(val: PositionStatus) -> Self

Converts to this type from the input type.
Source§

impl From<PositionerCount> for XfsValue

Source§

fn from(val: PositionerCount) -> Self

Converts to this type from the input type.
Source§

impl From<PositioningFailedCount> for XfsValue

Source§

fn from(val: PositioningFailedCount) -> Self

Converts to this type from the input type.
Source§

impl From<PowerDownWithBillStoppedCount> for XfsValue

Source§

fn from(val: PowerDownWithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<PowerSupplyVoltage> for XfsValue

Source§

fn from(val: PowerSupplyVoltage) -> Self

Converts to this type from the input type.
Source§

impl From<PowerUpCount> for XfsValue

Source§

fn from(val: PowerUpCount) -> Self

Converts to this type from the input type.
Source§

impl From<RecognitionRejectCount> for XfsValue

Source§

fn from(val: RecognitionRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<RecognitionRejectDetails> for XfsValue

Source§

fn from(val: RecognitionRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<RecognitionSensorCoverCount> for XfsValue

Source§

fn from(val: RecognitionSensorCoverCount) -> Self

Converts to this type from the input type.
Source§

impl From<RecognitionSensorTemperatures> for XfsValue

Source§

fn from(val: RecognitionSensorTemperatures) -> Self

Converts to this type from the input type.
Source§

impl From<RecognitionSensorType> for XfsValue

Source§

fn from(val: RecognitionSensorType) -> Self

Converts to this type from the input type.
Source§

impl From<RecognitionSystemCount> for XfsValue

Source§

fn from(val: RecognitionSystemCount) -> Self

Converts to this type from the input type.
Source§

impl From<Refill> for XfsValue

Source§

fn from(val: Refill) -> Self

Converts to this type from the input type.
Source§

impl From<Refusal> for XfsValue

Source§

fn from(val: Refusal) -> Self

Converts to this type from the input type.
Source§

impl From<RejectCount> for XfsValue

Source§

fn from(val: RejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<RejectViaOutlet> for XfsValue

Source§

fn from(val: RejectViaOutlet) -> Self

Converts to this type from the input type.
Source§

impl From<RemovedCount> for XfsValue

Source§

fn from(val: RemovedCount) -> Self

Converts to this type from the input type.
Source§

impl From<ReportUsbConsumption> for XfsValue

Source§

fn from(val: ReportUsbConsumption) -> Self

Converts to this type from the input type.
Source§

impl From<ReportingMode> for XfsValue

Source§

fn from(val: ReportingMode) -> Self

Converts to this type from the input type.
Source§

impl From<ResetWithCoverOpenCount> for XfsValue

Source§

fn from(val: ResetWithCoverOpenCount) -> Self

Converts to this type from the input type.
Source§

impl From<ResetWithInterlockOpenCount> for XfsValue

Source§

fn from(val: ResetWithInterlockOpenCount) -> Self

Converts to this type from the input type.
Source§

impl From<Retract> for XfsValue

Source§

fn from(val: Retract) -> Self

Converts to this type from the input type.
Source§

impl From<RetractedCount> for XfsValue

Source§

fn from(val: RetractedCount) -> Self

Converts to this type from the input type.
Source§

impl From<Rollback> for XfsValue

Source§

fn from(val: Rollback) -> Self

Converts to this type from the input type.
Source§

impl From<SafeDoorCmd> for XfsValue

Source§

fn from(val: SafeDoorCmd) -> Self

Converts to this type from the input type.
Source§

impl From<SafeDoorStatus> for XfsValue

Source§

fn from(val: SafeDoorStatus) -> Self

Converts to this type from the input type.
Source§

impl From<SecuredCommLevel> for XfsValue

Source§

fn from(val: SecuredCommLevel) -> Self

Converts to this type from the input type.
Source§

impl From<SecurityLevel> for XfsValue

Source§

fn from(val: SecurityLevel) -> Self

Converts to this type from the input type.
Source§

impl From<SelfTestMode> for XfsValue

Source§

fn from(val: SelfTestMode) -> Self

Converts to this type from the input type.
Source§

impl From<SensorTemperature> for XfsValue

Source§

fn from(val: SensorTemperature) -> Self

Converts to this type from the input type.
Source§

impl From<ShutterCmd> for XfsValue

Source§

fn from(val: ShutterCmd) -> Self

Converts to this type from the input type.
Source§

impl From<ShutterStatus> for XfsValue

Source§

fn from(val: ShutterStatus) -> Self

Converts to this type from the input type.
Source§

impl From<ShutterStatusSupported> for XfsValue

Source§

fn from(val: ShutterStatusSupported) -> Self

Converts to this type from the input type.
Source§

impl From<Size> for XfsValue

Source§

fn from(val: Size) -> Self

Converts to this type from the input type.
Source§

impl From<SlotNumber> for XfsValue

Source§

fn from(val: SlotNumber) -> Self

Converts to this type from the input type.
Source§

impl From<Slots> for XfsValue

Source§

fn from(val: Slots) -> Self

Converts to this type from the input type.
Source§

impl From<SpineCount> for XfsValue

Source§

fn from(val: SpineCount) -> Self

Converts to this type from the input type.
Source§

impl From<SpineCoverCount> for XfsValue

Source§

fn from(val: SpineCoverCount) -> Self

Converts to this type from the input type.
Source§

impl From<StackedWhileRecyclerFullCount> for XfsValue

Source§

fn from(val: StackedWhileRecyclerFullCount) -> Self

Converts to this type from the input type.
Source§

impl From<StainedCount> for XfsValue

Source§

fn from(val: StainedCount) -> Self

Converts to this type from the input type.
Source§

impl From<Status> for XfsValue

Source§

fn from(val: Status) -> Self

Converts to this type from the input type.
Source§

impl From<StringDetectionCount> for XfsValue

Source§

fn from(val: StringDetectionCount) -> Self

Converts to this type from the input type.
Source§

impl From<StudyVersion> for XfsValue

Source§

fn from(val: StudyVersion) -> Self

Converts to this type from the input type.
Source§

impl From<SuperimposedCount> for XfsValue

Source§

fn from(val: SuperimposedCount) -> Self

Converts to this type from the input type.
Source§

impl From<SuspectCount> for XfsValue

Source§

fn from(val: SuspectCount) -> Self

Converts to this type from the input type.
Source§

impl From<SystemCycleCount> for XfsValue

Source§

fn from(val: SystemCycleCount) -> Self

Converts to this type from the input type.
Source§

impl From<SystemEventCount> for XfsValue

Source§

fn from(val: SystemEventCount) -> Self

Converts to this type from the input type.
Source§

impl From<SystemFailureHistory> for XfsValue

Source§

fn from(val: SystemFailureHistory) -> Self

Converts to this type from the input type.
Source§

impl From<SystemFailureHistoryInternal> for XfsValue

Source§

fn from(val: SystemFailureHistoryInternal) -> Self

Converts to this type from the input type.
Source§

impl From<SystemOpeningCount> for XfsValue

Source§

fn from(val: SystemOpeningCount) -> Self

Converts to this type from the input type.
Source§

impl From<SystemOpeningDetails> for XfsValue

Source§

fn from(val: SystemOpeningDetails) -> Self

Converts to this type from the input type.
Source§

impl From<SystemRestartHistory> for XfsValue

Source§

fn from(val: SystemRestartHistory) -> Self

Converts to this type from the input type.
Source§

impl From<SystemTemperature> for XfsValue

Source§

fn from(val: SystemTemperature) -> Self

Converts to this type from the input type.
Source§

impl From<SystemUseHistory> for XfsValue

Source§

fn from(val: SystemUseHistory) -> Self

Converts to this type from the input type.
Source§

impl From<Threshold> for XfsValue

Source§

fn from(val: Threshold) -> Self

Converts to this type from the input type.
Source§

impl From<ThresholdEmpty> for XfsValue

Source§

fn from(val: ThresholdEmpty) -> Self

Converts to this type from the input type.
Source§

impl From<ThresholdFull> for XfsValue

Source§

fn from(val: ThresholdFull) -> Self

Converts to this type from the input type.
Source§

impl From<ThresholdHigh> for XfsValue

Source§

fn from(val: ThresholdHigh) -> Self

Converts to this type from the input type.
Source§

impl From<ThresholdLow> for XfsValue

Source§

fn from(val: ThresholdLow) -> Self

Converts to this type from the input type.
Source§

impl From<ThresholdMode> for XfsValue

Source§

fn from(val: ThresholdMode) -> Self

Converts to this type from the input type.
Source§

impl From<ThresholdStatus> for XfsValue

Source§

fn from(val: ThresholdStatus) -> Self

Converts to this type from the input type.
Source§

impl From<TimeSinceOperational> for XfsValue

Source§

fn from(val: TimeSinceOperational) -> Self

Converts to this type from the input type.
Source§

impl From<TooLongCount> for XfsValue

Source§

fn from(val: TooLongCount) -> Self

Converts to this type from the input type.
Source§

impl From<TooManyBillsCount> for XfsValue

Source§

fn from(val: TooManyBillsCount) -> Self

Converts to this type from the input type.
Source§

impl From<TooThickCount> for XfsValue

Source§

fn from(val: TooThickCount) -> Self

Converts to this type from the input type.
Source§

impl From<TotalUpTime> for XfsValue

Source§

fn from(val: TotalUpTime) -> Self

Converts to this type from the input type.
Source§

impl From<TransportCount> for XfsValue

Source§

fn from(val: TransportCount) -> Self

Converts to this type from the input type.
Source§

impl From<TransportErrorCount> for XfsValue

Source§

fn from(val: TransportErrorCount) -> Self

Converts to this type from the input type.
Source§

impl From<TransportEventCount> for XfsValue

Source§

fn from(val: TransportEventCount) -> Self

Converts to this type from the input type.
Source§

impl From<TransportRejectCount> for XfsValue

Source§

fn from(val: TransportRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<TransportRejectDetails> for XfsValue

Source§

fn from(val: TransportRejectDetails) -> Self

Converts to this type from the input type.
Source§

impl From<TransportStatus> for XfsValue

Source§

fn from(val: TransportStatus) -> Self

Converts to this type from the input type.
Source§

impl From<TrustedUser> for XfsValue

Source§

fn from(val: TrustedUser) -> Self

Converts to this type from the input type.
Source§

impl From<Unfit> for XfsValue

Source§

fn from(val: Unfit) -> Self

Converts to this type from the input type.
Source§

impl From<Unit> for XfsValue

Source§

fn from(val: Unit) -> Self

Converts to this type from the input type.
Source§

impl From<UnitId> for XfsValue

Source§

fn from(val: UnitId) -> Self

Converts to this type from the input type.
Source§

impl From<UnknownCount> for XfsValue

Source§

fn from(val: UnknownCount) -> Self

Converts to this type from the input type.
Source§

impl From<UnknownRejectCount> for XfsValue

Source§

fn from(val: UnknownRejectCount) -> Self

Converts to this type from the input type.
Source§

impl From<UnnamedCount> for XfsValue

Source§

fn from(val: UnnamedCount) -> Self

Converts to this type from the input type.
Source§

impl From<UpTime> for XfsValue

Source§

fn from(val: UpTime) -> Self

Converts to this type from the input type.
Source§

impl From<ValidCount> for XfsValue

Source§

fn from(val: ValidCount) -> Self

Converts to this type from the input type.
Source§

impl From<ValidUnfitCount> for XfsValue

Source§

fn from(val: ValidUnfitCount) -> Self

Converts to this type from the input type.
Source§

impl From<Value> for XfsValue

Source§

fn from(val: Value) -> Self

Converts to this type from the input type.
Source§

impl From<Variant> for XfsValue

Source§

fn from(val: Variant) -> Self

Converts to this type from the input type.
Source§

impl From<Version> for XfsValue

Source§

fn from(val: Version) -> Self

Converts to this type from the input type.
Source§

impl From<VersionRequirement> for XfsValue

Source§

fn from(val: VersionRequirement) -> Self

Converts to this type from the input type.
Source§

impl From<WithBillStoppedCount> for XfsValue

Source§

fn from(val: WithBillStoppedCount) -> Self

Converts to this type from the input type.
Source§

impl From<XfsValue> for ListValue

Source§

fn from(val: XfsValue) -> Self

Converts to this type from the input type.
Source§

impl PartialEq for XfsValue

Source§

fn eq(&self, other: &XfsValue) -> 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 Serialize for XfsValue

Source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TryFrom<&XfsValue> for AllowUsbFrontSwitch

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Amount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for AmountNotAvailableCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for AntiFishingLevel

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for AutoPresent

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for AutoRetractAtInlet

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BadRoughShapeCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BadShapeCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BadShapeRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillDispenseHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillEndingInMMSectionCounters

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillErrorCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillExtractedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillIntakeCoverCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillJamCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillNotAvailableCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillRequestedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillRolledBackCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillTooLongInBottomTransportBwCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillTooLongInSpineFwCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillTooShortInBottomTransportBwCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillTooShortInSpineFwCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillsTakenSensor

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillsetId

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillsetIdList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BillsetInfo

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BottomTransportCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for BundlerCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CallbackIntermediateResponse

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CallbackOperationResponse

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CallbackResult

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CallbackStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CallbackStatusResponse

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CancelRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Capabilities

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashBox

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashInTransactionCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashModulesLockCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashOrder

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashType

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeAcceptanceHistoryList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeDispenseHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeDispenseHistoryItems

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeRecycleHistoryItem

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashTypeRecycleHistoryItems

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CashUnit

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Cashbox

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Category2

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Category3

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CdrPosition

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CdrPositionCapabilities

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CdrPositionCapabilitiesList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CdrPositionStatusList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CdrStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CdrType

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ComponentType

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ConfigurationErrorCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ConfigurationRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ConfusionCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ContentStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ContentStatusSupported

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Count

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CuKind

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CuType

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Currency

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CurrencyCode

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for CurrentDateTime

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DefaultRollbackPosition

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DenominateAmountCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Denomination

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DenominationInfo

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DenominationItem

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DenominationItems

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DenominationList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Deposit

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DepositCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DepositCounters

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Detector

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DeviceStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DirectFromLoaderCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DisappearedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Dispense

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DispenseAmountCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DispenseCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DispenseCounters

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DispenseRequest

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for DispenserStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for EmptiedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for EnableDenomination

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for EnvironmentErrorCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Escrow

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for EscrowSize

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for EuroArt6Capability

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Exponent

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ExtendedCounters

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ExtractionRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ExtractionRejectDetails

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for FitnessCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for FitnessRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ForcedInCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ForgeryCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for HardwareFailureCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for HardwareFailureWithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for HardwareStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for HeldBackCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IncidentStartSectionCounters

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IncidentStartSectionCountersList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IncompatibleSoftwareCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InitialCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

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<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InletDetectionCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Input

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InsertionRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InsertionRejectDetails

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InsertionStartCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InterfaceCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InterfaceCountList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IntermediateEvent

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IntermediateIdentificationId

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IntermediateStacker

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for IntermediateStackerStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InternalResetCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for InternalResetWithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for LCU

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for LoaderAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for LoaderSlotAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Lock

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for LogicalCashUnit

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for LogicalCashUnitItems

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for LogicalCashUnitList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MainModuleSectionCounters

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Major

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MaxInBills

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MaxItems

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MaxOutBills

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MaxSize

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Minor

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MissingModuleCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for MixNumber

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ModuleCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ModuleCountList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ModuleType

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Number

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for OperationId

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for OperationIdentificationId

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for OperationalDegradedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for OtherDenominationCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Output

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PcuName

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PerSectionHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PerSectionHistoryInternal

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PhysicalCashUnit

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PhysicalCashUnitItems

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PhysicalCashUnitList

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PositionStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PositionerCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PositioningFailedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PowerDownWithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PowerSupplyVoltage

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for PowerUpCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RecognitionRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RecognitionRejectDetails

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RecognitionSensorCoverCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RecognitionSensorTemperatures

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RecognitionSensorType

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RecognitionSystemCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Refill

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Refusal

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RejectViaOutlet

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RemovedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ReportUsbConsumption

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ReportingMode

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ResetWithCoverOpenCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ResetWithInterlockOpenCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Retract

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for RetractedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Rollback

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SafeDoorCmd

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SafeDoorStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SecuredCommLevel

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SecurityLevel

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SelfTestMode

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SensorTemperature

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ShutterCmd

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ShutterStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ShutterStatusSupported

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Size

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SlotNumber

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Slots

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SpineCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SpineCoverCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for StackedWhileRecyclerFullCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for StainedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Status

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for StringDetectionCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for StudyVersion

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SuperimposedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SuspectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemCycleCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemEventCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemFailureHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemFailureHistoryInternal

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemOpeningCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemOpeningDetails

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemRestartHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemTemperature

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for SystemUseHistory

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Threshold

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ThresholdEmpty

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ThresholdFull

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ThresholdHigh

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ThresholdLow

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ThresholdMode

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ThresholdStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TimeSinceOperational

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TooLongCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TooManyBillsCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TooThickCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TotalUpTime

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TransportCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TransportErrorCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TransportEventCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TransportRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TransportRejectDetails

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TransportStatus

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for TrustedUser

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Unfit

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Unit

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for UnitId

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for UnknownCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for UnknownRejectCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for UnnamedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for UpTime

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ValidCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for ValidUnfitCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Value

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Variant

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for Version

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for VersionRequirement

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<&XfsValue> for WithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: &XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for AllowUsbFrontSwitch

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Amount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for AmountNotAvailableCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for AntiFishingLevel

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for AutoPresent

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for AutoRetractAtInlet

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BadRoughShapeCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BadShapeCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BadShapeRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillDispenseHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillEndingInMMSectionCounters

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillErrorCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillExtractedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillIntakeCoverCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillJamCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillNotAvailableCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillRequestedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillRolledBackCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillTooLongInBottomTransportBwCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillTooLongInSpineFwCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillTooShortInBottomTransportBwCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillTooShortInSpineFwCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillsTakenSensor

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillsetId

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillsetIdList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BillsetInfo

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BottomTransportCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for BundlerCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CallbackIntermediateResponse

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CallbackOperationResponse

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CallbackResult

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CallbackStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CallbackStatusResponse

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CancelRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Capabilities

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashBox

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashInTransactionCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashModulesLockCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashOrder

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashType

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeAcceptanceHistoryList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeDispenseHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeDispenseHistoryItems

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeRecycleHistoryItem

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashTypeRecycleHistoryItems

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CashUnit

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Cashbox

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Category2

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Category3

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CdrPosition

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CdrPositionCapabilities

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CdrPositionCapabilitiesList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CdrPositionStatusList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CdrStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CdrType

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ComponentType

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ConfigurationErrorCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ConfigurationRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ConfusionCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ContentStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ContentStatusSupported

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Count

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CuKind

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CuType

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Currency

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CurrencyCode

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for CurrentDateTime

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DefaultRollbackPosition

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DenominateAmountCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Denomination

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DenominationInfo

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DenominationItem

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DenominationItems

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DenominationList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Deposit

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DepositCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DepositCounters

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Detector

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DeviceStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DirectFromLoaderCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DisappearedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Dispense

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DispenseAmountCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DispenseCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DispenseCounters

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DispenseRequest

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for DispenserStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for EmptiedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for EnableDenomination

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for EnvironmentErrorCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Escrow

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for EscrowSize

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for EuroArt6Capability

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ExtendedCounters

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ExtractionRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ExtractionRejectDetails

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for FitnessCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for FitnessRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ForcedInCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ForgeryCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for HardwareFailureCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for HardwareFailureWithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for HardwareStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for HeldBackCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IncidentStartSectionCounters

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IncidentStartSectionCountersList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IncompatibleSoftwareCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InitialCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

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<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InletDetectionCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Input

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InsertionRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InsertionRejectDetails

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InsertionStartCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InterfaceCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InterfaceCountList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IntermediateEvent

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IntermediateIdentificationId

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IntermediateStacker

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for IntermediateStackerStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InternalResetCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for InternalResetWithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for LCU

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for LoaderAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for LoaderSlotAcceptanceHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Lock

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for LogicalCashUnit

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for LogicalCashUnitItems

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for LogicalCashUnitList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MainModuleSectionCounters

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Major

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MaxInBills

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MaxItems

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MaxOutBills

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MaxSize

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Minor

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MissingModuleCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for MixNumber

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ModuleCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ModuleCountList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ModuleType

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Number

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for OperationId

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for OperationIdentificationId

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for OperationalDegradedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for OtherDenominationCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Output

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PcuName

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PerSectionHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PerSectionHistoryInternal

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PhysicalCashUnit

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PhysicalCashUnitItems

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PhysicalCashUnitList

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PositionStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PositionerCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PositioningFailedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PowerDownWithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PowerSupplyVoltage

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for PowerUpCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RecognitionRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RecognitionRejectDetails

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RecognitionSensorCoverCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RecognitionSensorTemperatures

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RecognitionSystemCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Refill

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Refusal

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RejectViaOutlet

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RemovedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ReportUsbConsumption

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ReportingMode

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ResetWithCoverOpenCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ResetWithInterlockOpenCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Retract

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for RetractedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Rollback

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SafeDoorCmd

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SafeDoorStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SecuredCommLevel

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SecurityLevel

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SelfTestMode

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SensorTemperature

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ShutterCmd

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ShutterStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ShutterStatusSupported

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Size

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SlotNumber

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Slots

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SpineCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SpineCoverCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for StackedWhileRecyclerFullCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for StainedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Status

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for StringDetectionCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for StudyVersion

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SuperimposedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SuspectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemCycleCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemEventCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemFailureHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemFailureHistoryInternal

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemOpeningCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemOpeningDetails

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemRestartHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemTemperature

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for SystemUseHistory

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Threshold

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ThresholdEmpty

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ThresholdFull

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ThresholdHigh

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ThresholdLow

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ThresholdMode

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ThresholdStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TimeSinceOperational

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TooLongCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TooManyBillsCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TooThickCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TotalUpTime

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TransportCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TransportErrorCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TransportEventCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TransportRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TransportRejectDetails

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TransportStatus

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for TrustedUser

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Unfit

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Unit

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for UnitId

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for UnknownCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for UnknownRejectCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for UnnamedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for UpTime

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ValidCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for ValidUnfitCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Value

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Variant

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for Version

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for VersionRequirement

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl TryFrom<XfsValue> for WithBillStoppedCount

Source§

type Error = Error

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

fn try_from(val: XfsValue) -> Result<Self>

Performs the conversion.
Source§

impl StructuralPartialEq for XfsValue

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.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,