pub struct HttpVersionNotSupportedException;Expand description
Re-exported public API.
Public Caelix type HttpVersionNotSupportedException.
Implementations§
Source§impl HttpVersionNotSupportedException
impl HttpVersionNotSupportedException
Sourcepub fn new(message: impl Into<String>) -> HttpException
pub fn new(message: impl Into<String>) -> HttpException
Runs the new public API operation.
Auto Trait Implementations§
impl Freeze for HttpVersionNotSupportedException
impl RefUnwindSafe for HttpVersionNotSupportedException
impl Send for HttpVersionNotSupportedException
impl Sync for HttpVersionNotSupportedException
impl Unpin for HttpVersionNotSupportedException
impl UnsafeUnpin for HttpVersionNotSupportedException
impl UnwindSafe for HttpVersionNotSupportedException
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