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