pub struct TerminalDisplayHandler;Expand description
A plugin that prints BiliMessages to the terminal.
Trait Implementations§
Source§impl EventHandler for TerminalDisplayHandler
impl EventHandler for TerminalDisplayHandler
fn handle(&self, msg: &BiliMessage, _context: &EventContext)
Auto Trait Implementations§
impl Freeze for TerminalDisplayHandler
impl RefUnwindSafe for TerminalDisplayHandler
impl Send for TerminalDisplayHandler
impl Sync for TerminalDisplayHandler
impl Unpin for TerminalDisplayHandler
impl UnwindSafe for TerminalDisplayHandler
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