Struct rustyline::EventContext
source · pub struct EventContext<'r> { /* private fields */ }
Expand description
Give access to user input.
Implementations§
source§impl<'r> EventContext<'r>
impl<'r> EventContext<'r>
Auto Trait Implementations§
impl<'r> Freeze for EventContext<'r>
impl<'r> !RefUnwindSafe for EventContext<'r>
impl<'r> !Send for EventContext<'r>
impl<'r> !Sync for EventContext<'r>
impl<'r> Unpin for EventContext<'r>
impl<'r> !UnwindSafe for EventContext<'r>
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