#[non_exhaustive]pub struct MethodNotGet;
Expand description
Rejection type for WebSocketUpgrade
.
Implementations§
source§impl MethodNotGet
impl MethodNotGet
Trait Implementations§
source§impl Debug for MethodNotGet
impl Debug for MethodNotGet
source§impl Default for MethodNotGet
impl Default for MethodNotGet
source§impl Display for MethodNotGet
impl Display for MethodNotGet
source§impl Error for MethodNotGet
impl Error for MethodNotGet
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<MethodNotGet> for WebSocketUpgradeRejection
impl From<MethodNotGet> for WebSocketUpgradeRejection
source§fn from(inner: MethodNotGet) -> Self
fn from(inner: MethodNotGet) -> Self
Converts to this type from the input type.
source§impl IntoResponse for MethodNotGet
impl IntoResponse for MethodNotGet
source§fn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations§
impl Freeze for MethodNotGet
impl RefUnwindSafe for MethodNotGet
impl Send for MethodNotGet
impl Sync for MethodNotGet
impl Unpin for MethodNotGet
impl UnwindSafe for MethodNotGet
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