pub struct APIResponse {
pub status: String,
pub data: HashMap<String, String>,
}Expand description
Response from API calls
Fieldsยง
ยงstatus: Stringยงdata: HashMap<String, String>Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for APIResponse
impl RefUnwindSafe for APIResponse
impl Send for APIResponse
impl Sync for APIResponse
impl Unpin for APIResponse
impl UnwindSafe for APIResponse
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