pub struct AutoRetractAtInlet(/* private fields */);Expand description
Specifies whether bill will be automatically retracted to positioner when jam occurred during bill presenting at inlet or outlet. Default value is FALSE.
Implementations§
Source§impl AutoRetractAtInlet
impl AutoRetractAtInlet
Sourcepub const fn new() -> AutoRetractAtInlet
pub const fn new() -> AutoRetractAtInlet
Creates a new AutoRetractAtInlet.
Sourcepub const fn create(val: bool) -> AutoRetractAtInlet
pub const fn create(val: bool) -> AutoRetractAtInlet
Creates a new AutoRetractAtInlet from the provided parameter.
Sourcepub fn into_inner(self) -> bool
pub fn into_inner(self) -> bool
Converts into the inner representation of AutoRetractAtInlet.
Trait Implementations§
Source§impl Clone for AutoRetractAtInlet
impl Clone for AutoRetractAtInlet
Source§fn clone(&self) -> AutoRetractAtInlet
fn clone(&self) -> AutoRetractAtInlet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutoRetractAtInlet
impl Debug for AutoRetractAtInlet
Source§impl Default for AutoRetractAtInlet
impl Default for AutoRetractAtInlet
Source§fn default() -> AutoRetractAtInlet
fn default() -> AutoRetractAtInlet
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutoRetractAtInlet
impl<'de> Deserialize<'de> for AutoRetractAtInlet
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AutoRetractAtInlet, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AutoRetractAtInlet, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AutoRetractAtInlet
impl Display for AutoRetractAtInlet
Source§impl From<&AutoRetractAtInlet> for XfsMember
impl From<&AutoRetractAtInlet> for XfsMember
Source§fn from(val: &AutoRetractAtInlet) -> XfsMember
fn from(val: &AutoRetractAtInlet) -> XfsMember
Converts to this type from the input type.
Source§impl From<&AutoRetractAtInlet> for XfsValue
impl From<&AutoRetractAtInlet> for XfsValue
Source§fn from(val: &AutoRetractAtInlet) -> XfsValue
fn from(val: &AutoRetractAtInlet) -> XfsValue
Converts to this type from the input type.
Source§impl From<&bool> for AutoRetractAtInlet
impl From<&bool> for AutoRetractAtInlet
Source§fn from(val: &bool) -> AutoRetractAtInlet
fn from(val: &bool) -> AutoRetractAtInlet
Converts to this type from the input type.
Source§impl From<&u8> for AutoRetractAtInlet
impl From<&u8> for AutoRetractAtInlet
Source§fn from(val: &u8) -> AutoRetractAtInlet
fn from(val: &u8) -> AutoRetractAtInlet
Converts to this type from the input type.
Source§impl From<AutoRetractAtInlet> for XfsMember
impl From<AutoRetractAtInlet> for XfsMember
Source§fn from(val: AutoRetractAtInlet) -> XfsMember
fn from(val: AutoRetractAtInlet) -> XfsMember
Converts to this type from the input type.
Source§impl From<AutoRetractAtInlet> for XfsValue
impl From<AutoRetractAtInlet> for XfsValue
Source§fn from(val: AutoRetractAtInlet) -> XfsValue
fn from(val: AutoRetractAtInlet) -> XfsValue
Converts to this type from the input type.
Source§impl From<bool> for AutoRetractAtInlet
impl From<bool> for AutoRetractAtInlet
Source§fn from(val: bool) -> AutoRetractAtInlet
fn from(val: bool) -> AutoRetractAtInlet
Converts to this type from the input type.
Source§impl From<u8> for AutoRetractAtInlet
impl From<u8> for AutoRetractAtInlet
Source§fn from(val: u8) -> AutoRetractAtInlet
fn from(val: u8) -> AutoRetractAtInlet
Converts to this type from the input type.
Source§impl PartialEq for AutoRetractAtInlet
impl PartialEq for AutoRetractAtInlet
Source§impl Serialize for AutoRetractAtInlet
impl Serialize for AutoRetractAtInlet
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl TryFrom<&XfsMember> for AutoRetractAtInlet
impl TryFrom<&XfsMember> for AutoRetractAtInlet
Source§impl TryFrom<&XfsValue> for AutoRetractAtInlet
impl TryFrom<&XfsValue> for AutoRetractAtInlet
Source§impl TryFrom<XfsMember> for AutoRetractAtInlet
impl TryFrom<XfsMember> for AutoRetractAtInlet
Source§impl TryFrom<XfsValue> for AutoRetractAtInlet
impl TryFrom<XfsValue> for AutoRetractAtInlet
impl Copy for AutoRetractAtInlet
impl StructuralPartialEq for AutoRetractAtInlet
Auto Trait Implementations§
impl Freeze for AutoRetractAtInlet
impl RefUnwindSafe for AutoRetractAtInlet
impl Send for AutoRetractAtInlet
impl Sync for AutoRetractAtInlet
impl Unpin for AutoRetractAtInlet
impl UnwindSafe for AutoRetractAtInlet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more