pub struct InitHandler { /* private fields */ }Expand description
Initial protocol handler, for negotiating the protocol version
Implementations§
Source§impl InitHandler
impl InitHandler
Trait Implementations§
Source§impl Clone for InitHandler
impl Clone for InitHandler
Source§fn clone(&self) -> InitHandler
fn clone(&self) -> InitHandler
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 Into<RootHandler> for InitHandler
impl Into<RootHandler> for InitHandler
Source§fn into(self) -> RootHandler
fn into(self) -> RootHandler
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for InitHandler
impl !RefUnwindSafe for InitHandler
impl Send for InitHandler
impl Sync for InitHandler
impl Unpin for InitHandler
impl !UnwindSafe for InitHandler
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