Enum Signal

enum Signal

Signal received from terminal

Variants

Interrupt

SIGINT

Resize

SIGWINCH / WINDOW_BUFFER_SIZE_EVENT

Implementations

impl Clone for Signal

fn clone(self: &Self) -> Signal

impl Copy for Signal

impl Debug for Signal

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

impl Eq for Signal

impl Freeze for Signal

impl PartialEq for Signal

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

impl RefUnwindSafe for Signal

impl Send for Signal

impl StructuralPartialEq for Signal

impl Sync for Signal

impl Unpin for Signal

impl UnwindSafe for Signal

impl<T> Any for Signal

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Signal

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

impl<T> BorrowMut for Signal

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

impl<T> CloneToUninit for Signal

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

impl<T> From for Signal

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Signal

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

impl<T, U> Into for Signal

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 Signal

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

impl<T, U> TryInto for Signal

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