pub struct ApiEmptyResponse {
pub status_code: StatusCode,
pub header: HashMap<String, String>,
}Fields§
§status_code: StatusCode§header: HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiEmptyResponse
impl RefUnwindSafe for ApiEmptyResponse
impl Send for ApiEmptyResponse
impl Sync for ApiEmptyResponse
impl Unpin for ApiEmptyResponse
impl UnwindSafe for ApiEmptyResponse
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