#[repr(u8)]pub enum Paused {
Unset = 0,
Set = 1,
}Expand description
The customer is attempting to feed another note while the previous note is still being processed. The customer must remove the note to permit processing to continue.
Variants§
Trait Implementations§
impl Copy for Paused
impl StructuralPartialEq for Paused
Auto Trait Implementations§
impl Freeze for Paused
impl RefUnwindSafe for Paused
impl Send for Paused
impl Sync for Paused
impl Unpin for Paused
impl UnsafeUnpin for Paused
impl UnwindSafe for Paused
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