[][src]Struct liner::Event

pub struct Event<'a, 'out: 'a, W: Write + 'a> {
    pub editor: &'a mut Editor<'out, W>,
    pub kind: EventKind,
}

Fields

editor: &'a mut Editor<'out, W>kind: EventKind

Methods

impl<'a, 'out: 'a, W: Write + 'a> Event<'a, 'out, W>[src]

pub fn new(editor: &'a mut Editor<'out, W>, kind: EventKind) -> Self[src]

Auto Trait Implementations

impl<'a, 'out, W> !Send for Event<'a, 'out, W>

impl<'a, 'out, W> !Sync for Event<'a, 'out, W>

impl<'a, 'out, W> Unpin for Event<'a, 'out, W> where
    'out: 'a, 

impl<'a, 'out, W> !UnwindSafe for Event<'a, 'out, W>

impl<'a, 'out, W> !RefUnwindSafe for Event<'a, 'out, W>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]