#[non_exhaustive]pub struct InvalidConnectionHeader;
Expand description
Rejection type for WebSocketUpgrade
.
Implementations§
Trait Implementations§
source§impl Debug for InvalidConnectionHeader
impl Debug for InvalidConnectionHeader
source§impl Default for InvalidConnectionHeader
impl Default for InvalidConnectionHeader
source§impl Display for InvalidConnectionHeader
impl Display for InvalidConnectionHeader
source§impl Error for InvalidConnectionHeader
impl Error for InvalidConnectionHeader
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<InvalidConnectionHeader> for WebSocketUpgradeRejection
impl From<InvalidConnectionHeader> for WebSocketUpgradeRejection
source§fn from(inner: InvalidConnectionHeader) -> Self
fn from(inner: InvalidConnectionHeader) -> Self
Converts to this type from the input type.
source§impl IntoResponse for InvalidConnectionHeader
impl IntoResponse for InvalidConnectionHeader
source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for InvalidConnectionHeader
impl RefUnwindSafe for InvalidConnectionHeader
impl Send for InvalidConnectionHeader
impl Sync for InvalidConnectionHeader
impl Unpin for InvalidConnectionHeader
impl UnwindSafe for InvalidConnectionHeader
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