pub struct ConnectRespond {}
Trait Implementations§
Source§impl Respond for ConnectRespond
impl Respond for ConnectRespond
type Request = ConnectCommand
type Response = ConnectedCommand
type Error = ConnectRespondError
Auto Trait Implementations§
impl Freeze for ConnectRespond
impl RefUnwindSafe for ConnectRespond
impl Send for ConnectRespond
impl Sync for ConnectRespond
impl Unpin for ConnectRespond
impl UnwindSafe for ConnectRespond
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