pub struct Upgraded {
pub client: TokioIo<Upgraded>,
pub server: TokioIo<Upgraded>,
}Expand description
Upgraded connections
Fields§
§client: TokioIo<Upgraded>A socket to Client
server: TokioIo<Upgraded>A socket to Server
Auto Trait Implementations§
impl !Freeze for Upgraded
impl !RefUnwindSafe for Upgraded
impl Send for Upgraded
impl !Sync for Upgraded
impl Unpin for Upgraded
impl !UnwindSafe for Upgraded
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