[−][src]Struct github_v3::Response
Response from the API
Methods
impl Response[src]
pub async fn obj<T: DeserializeOwned>(self) -> Result<T, GHError>[src]
Fetch a single JSON object from the API
pub fn array<T: DeserializeOwned + Unpin + 'static>(
self
) -> impl Stream<Item = Result<T, GHError>>[src]
self
) -> impl Stream<Item = Result<T, GHError>>
Stream an array of objects from the API
pub fn headers(&self) -> &HeaderMap[src]
Response headers
pub fn status(&self) -> StatusCode[src]
Response status
Auto Trait Implementations
impl !RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl !UnwindSafe for Response
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,