pub struct EchoHandler;Expand description
Echo handler implementation
Implementations§
Source§impl EchoHandler
impl EchoHandler
Trait Implementations§
Source§impl Clone for EchoHandler
impl Clone for EchoHandler
Source§fn clone(&self) -> EchoHandler
fn clone(&self) -> EchoHandler
Returns a duplicate 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 Debug for EchoHandler
impl Debug for EchoHandler
Source§impl Default for EchoHandler
impl Default for EchoHandler
Auto Trait Implementations§
impl Freeze for EchoHandler
impl RefUnwindSafe for EchoHandler
impl Send for EchoHandler
impl Sync for EchoHandler
impl Unpin for EchoHandler
impl UnwindSafe for EchoHandler
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