pub struct Errors {
pub internal_server_error: &'static str,
pub unknown_error: &'static str,
}
Fields§
§internal_server_error: &'static str
§unknown_error: &'static str
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Errors
impl Send for Errors
impl Sync for Errors
impl Unpin for Errors
impl UnwindSafe for Errors
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