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