Enum Action

enum Action

Variants

Nop
Clear
Collect
CsiDispatch
EscDispatch
Execute
Hook
Ignore
OscEnd
OscPut
OscStart
Param
Print
Put
Unhook
BeginUtf8

Implementations

impl Clone for Action

fn clone(self: &Self) -> Action

impl Copy for Action

impl Debug for Action

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

impl Default for Action

fn default() -> Action

impl Eq for Action

impl Freeze for Action

impl PartialEq for Action

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

impl RefUnwindSafe for Action

impl Send for Action

impl StructuralPartialEq for Action

impl Sync for Action

impl TryFrom for Action

fn try_from(raw: u8) -> Result<Self, <Self as >::Error>

impl Unpin for Action

impl UnsafeUnpin for Action

impl UnwindSafe for Action

impl<T> Any for Action

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Action

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Action

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

impl<T> CloneToUninit for Action

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

impl<T> From for Action

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Action

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for Action

fn into(self: Self) -> U

Calls U::from(self).

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

impl<T, U> TryFrom for Action

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

impl<T, U> TryInto for Action

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