pub struct InternalServerErrorException;Expand description
Re-exported public API.
Public Caelix type InternalServerErrorException.
Implementations§
Source§impl InternalServerErrorException
impl InternalServerErrorException
Sourcepub fn new(err: impl Into<Error>) -> HttpException
pub fn new(err: impl Into<Error>) -> HttpException
Runs the new public API operation.
Auto Trait Implementations§
impl Freeze for InternalServerErrorException
impl RefUnwindSafe for InternalServerErrorException
impl Send for InternalServerErrorException
impl Sync for InternalServerErrorException
impl Unpin for InternalServerErrorException
impl UnsafeUnpin for InternalServerErrorException
impl UnwindSafe for InternalServerErrorException
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