Struct use_github_api::users::Users [−][src]
#[non_exhaustive]pub struct Users<'a> { /* fields omitted */ }
Implementations
impl<'a> Users<'a>[src]
impl<'a> Users<'a>[src]pub async fn list(
&self,
cfg: Option<Params>
) -> Result<Vec<User>, Box<dyn Error>>[src]
pub async fn list(
&self,
cfg: Option<Params>
) -> Result<Vec<User>, Box<dyn Error>>[src]Fetches a list of users.
pub async fn user(&self, username: &str) -> Result<User, Box<dyn Error>>[src]
pub async fn user(&self, username: &str) -> Result<User, Box<dyn Error>>[src]Fetches a specific user. If authenticated, it will show a few more fields. If the current authenticated user is the same as the user being fetched, a few more fields will exist.
Errors
Will error if the user does not exist.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Users<'a>
impl<'a> Send for Users<'a>
impl<'a> Sync for Users<'a>
impl<'a> Unpin for Users<'a>
impl<'a> !UnwindSafe for Users<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]