pub struct ExtraResponse {
pub status: u16,
pub description: String,
}Expand description
额外的 HTTP 响应描述(如 400、401、404 等)
Fields§
§status: u16§description: StringTrait Implementations§
Source§impl Clone for ExtraResponse
impl Clone for ExtraResponse
Auto Trait Implementations§
impl Freeze for ExtraResponse
impl RefUnwindSafe for ExtraResponse
impl Send for ExtraResponse
impl Sync for ExtraResponse
impl Unpin for ExtraResponse
impl UnsafeUnpin for ExtraResponse
impl UnwindSafe for ExtraResponse
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