pub struct APIResult {
pub response: APIResponse,
pub headers: APIResponseHeaders,
}Expand description
Contains the API response and its headers.
Fields§
§response: APIResponseThe parsed API response.
headers: APIResponseHeadersHeaders returned by the API.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for APIResult
impl RefUnwindSafe for APIResult
impl Send for APIResult
impl Sync for APIResult
impl Unpin for APIResult
impl UnwindSafe for APIResult
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