pub struct UpgradeRequest { /* private fields */ }
Available on crate feature
io
only.Expand description
Connection upgrade request.
Implementations§
Auto Trait Implementations§
impl Freeze for UpgradeRequest
impl !RefUnwindSafe for UpgradeRequest
impl Send for UpgradeRequest
impl Sync for UpgradeRequest
impl Unpin for UpgradeRequest
impl !UnwindSafe for UpgradeRequest
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