pub enum TerminalReaderReaderResourceReaderActionType {
ProcessPaymentIntent,
ProcessSetupIntent,
RefundPayment,
SetReaderDisplay,
}
Expand description
Type of action performed by the reader.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TerminalReaderReaderResourceReaderActionType
impl Clone for TerminalReaderReaderResourceReaderActionType
Source§fn clone(&self) -> TerminalReaderReaderResourceReaderActionType
fn clone(&self) -> TerminalReaderReaderResourceReaderActionType
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 FromValueOpt for TerminalReaderReaderResourceReaderActionType
impl FromValueOpt for TerminalReaderReaderResourceReaderActionType
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TerminalReaderReaderResourceReaderActionType
impl PartialEq for TerminalReaderReaderResourceReaderActionType
Source§fn eq(&self, other: &TerminalReaderReaderResourceReaderActionType) -> bool
fn eq(&self, other: &TerminalReaderReaderResourceReaderActionType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for TerminalReaderReaderResourceReaderActionType
impl Eq for TerminalReaderReaderResourceReaderActionType
impl StructuralPartialEq for TerminalReaderReaderResourceReaderActionType
Auto Trait Implementations§
impl Freeze for TerminalReaderReaderResourceReaderActionType
impl RefUnwindSafe for TerminalReaderReaderResourceReaderActionType
impl Send for TerminalReaderReaderResourceReaderActionType
impl Sync for TerminalReaderReaderResourceReaderActionType
impl Unpin for TerminalReaderReaderResourceReaderActionType
impl UnwindSafe for TerminalReaderReaderResourceReaderActionType
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