pub enum PtySignal {
Interrupt,
Quit,
Status,
Winch,
}Variants§
Trait Implementations§
impl Copy for PtySignal
impl Eq for PtySignal
impl StructuralPartialEq for PtySignal
Auto Trait Implementations§
impl Freeze for PtySignal
impl RefUnwindSafe for PtySignal
impl Send for PtySignal
impl StoreCopy for PtySignal
impl Sync for PtySignal
impl Unpin for PtySignal
impl UnwindSafe for PtySignal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.