[][src]Struct octocrab::teams::ListChildTeamsBuilder

pub struct ListChildTeamsBuilder<'octo, 'r> { /* fields omitted */ }

Implementations

impl<'octo, 'r> ListChildTeamsBuilder<'octo, 'r>[src]

pub fn per_page(self, per_page: impl Into<u8>) -> Self[src]

Results per page.

pub fn page(self, page: impl Into<u32>) -> Self[src]

Page number of the results to fetch.

pub async fn send(self) -> Result<Page<RequestedTeam>>[src]

Sends the actual request.

Trait Implementations

impl<'octo, 'r> Serialize for ListChildTeamsBuilder<'octo, 'r>[src]

Auto Trait Implementations

impl<'octo, 'r> !RefUnwindSafe for ListChildTeamsBuilder<'octo, 'r>[src]

impl<'octo, 'r> Send for ListChildTeamsBuilder<'octo, 'r>[src]

impl<'octo, 'r> Sync for ListChildTeamsBuilder<'octo, 'r>[src]

impl<'octo, 'r> Unpin for ListChildTeamsBuilder<'octo, 'r> where
    'octo: 'r, 
[src]

impl<'octo, 'r> !UnwindSafe for ListChildTeamsBuilder<'octo, 'r>[src]

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.