Struct product_os_server::ws::rejection::InvalidConnectionHeader
source · #[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§fn default() -> InvalidConnectionHeader
fn default() -> InvalidConnectionHeader
Returns the “default value” for a type. Read more
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)>
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) -> WebSocketUpgradeRejection
fn from(inner: InvalidConnectionHeader) -> WebSocketUpgradeRejection
Converts to this type from the input type.
source§impl IntoResponse for InvalidConnectionHeader
impl IntoResponse for InvalidConnectionHeader
source§fn into_response(self) -> Response<Body>
fn into_response(self) -> Response<Body>
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