pub struct EventListenerProtocol {}Implementations§
Source§impl EventListenerProtocol
impl EventListenerProtocol
pub fn wait( &self, input: &mut impl BufRead, output: &mut impl Write, ) -> Result<(HashMap<String, String>, Vec<u8>)>
pub fn ready(&self, output: &mut impl Write) -> Result<()>
pub fn ok(&self, output: &mut impl Write) -> Result<()>
pub fn fail(&self, output: &mut impl Write) -> Result<()>
Auto Trait Implementations§
impl Freeze for EventListenerProtocol
impl RefUnwindSafe for EventListenerProtocol
impl Send for EventListenerProtocol
impl Sync for EventListenerProtocol
impl Unpin for EventListenerProtocol
impl UnwindSafe for EventListenerProtocol
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