pub struct InternalServerError;
Trait Implementations§
Source§impl ErrorKind for InternalServerError
impl ErrorKind for InternalServerError
Auto Trait Implementations§
impl Freeze for InternalServerError
impl RefUnwindSafe for InternalServerError
impl Send for InternalServerError
impl Sync for InternalServerError
impl Unpin for InternalServerError
impl UnwindSafe for InternalServerError
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