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
Source§fn clone(&self) -> ExtraResponse
fn clone(&self) -> ExtraResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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