Struct terminal2::ZedListener
source · pub struct ZedListener(_);
Expand description
A translation struct for Alacritty to communicate with us from their event loop
Trait Implementations§
source§impl Clone for ZedListener
impl Clone for ZedListener
source§fn clone(&self) -> ZedListener
fn clone(&self) -> ZedListener
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl EventListener for ZedListener
impl EventListener for ZedListener
fn send_event(&self, event: AlacTermEvent)
Auto Trait Implementations§
impl !RefUnwindSafe for ZedListener
impl Send for ZedListener
impl Sync for ZedListener
impl Unpin for ZedListener
impl !UnwindSafe for ZedListener
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