Struct rustream::routes::auth::DetailError
source · pub struct DetailError {
pub detail: String,
}Expand description
Struct for representing detailed errors in JSON format.
Fields§
§detail: StringTrait Implementations§
Auto Trait Implementations§
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