Struct github_rest::builders::GetGistsBuilder
source · pub struct GetGistsBuilder { /* private fields */ }
Expand description
- tags gists
- get
/users/{username}/gists
- docs https://docs.github.com/rest/reference/gists#list-gists-for-a-user
List gists for a user Lists public gists for the specified user:
Implementations§
Trait Implementations§
source§impl Builder for GetGistsBuilder
impl Builder for GetGistsBuilder
source§impl Clone for GetGistsBuilder
impl Clone for GetGistsBuilder
source§fn clone(&self) -> GetGistsBuilder
fn clone(&self) -> GetGistsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetGistsBuilder
impl Default for GetGistsBuilder
source§fn default() -> GetGistsBuilder
fn default() -> GetGistsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetGistsBuilder
impl Send for GetGistsBuilder
impl Sync for GetGistsBuilder
impl Unpin for GetGistsBuilder
impl UnwindSafe for GetGistsBuilder
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