pub struct DetailError {
pub detail: String,
}Expand description
Struct for representing detailed errors in JSON format.
Fields§
§detail: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DetailError
impl RefUnwindSafe for DetailError
impl Send for DetailError
impl Sync for DetailError
impl Unpin for DetailError
impl UnwindSafe for DetailError
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