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