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