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