pub struct BadGatewayException;Expand description
Re-exported public API.
Public Caelix type BadGatewayException.
Implementations§
Source§impl BadGatewayException
impl BadGatewayException
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 BadGatewayException
impl RefUnwindSafe for BadGatewayException
impl Send for BadGatewayException
impl Sync for BadGatewayException
impl Unpin for BadGatewayException
impl UnsafeUnpin for BadGatewayException
impl UnwindSafe for BadGatewayException
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