Struct workflow_terminal::terminal::xterm::SinkEvent
source · pub struct SinkEvent { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SinkEvent
impl RefUnwindSafe for SinkEvent
impl Send for SinkEvent
impl Sync for SinkEvent
impl Unpin for SinkEvent
impl UnwindSafe for SinkEvent
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