[][src]Struct github_rs::client::PatchQueryBuilder

pub struct PatchQueryBuilder<'g> { /* fields omitted */ }

Methods

impl<'g> PatchQueryBuilder<'g>[src]

pub fn custom_endpoint(self, endpoint_str: &str) -> CustomQuery<'g>[src]

pub fn user(self) -> User<'g>[src]

pub fn gists(self) -> Gists<'g>[src]

pub fn notifications(self) -> Notifications<'g>[src]

pub fn set_etag(self, tag: impl Into<HeaderValue>) -> Self[src]

Add an etag to the headers of the request

Trait Implementations

impl<'g> From<&'g Github> for PatchQueryBuilder<'g>[src]

impl<'g> From<PatchQueryBuilder<'g>> for CustomQuery<'g>[src]

impl<'g> From<PatchQueryBuilder<'g>> for Gists<'g>[src]

impl<'g> From<PatchQueryBuilder<'g>> for Notifications<'g>[src]

impl<'g> From<PatchQueryBuilder<'g>> for User<'g>[src]

Auto Trait Implementations

impl<'g> !Send for PatchQueryBuilder<'g>

impl<'g> !Sync for PatchQueryBuilder<'g>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Erased for T