pub struct UserRec {Show 18 fields
pub login: String,
pub id: i64,
pub node_id: String,
pub avatar_url: Url,
pub gravatar_id: String,
pub url: Url,
pub html_url: Url,
pub followers_url: Url,
pub following_url: Url,
pub gists_url: Url,
pub starred_url: Url,
pub subscriptions_url: Url,
pub organizations_url: Url,
pub repos_url: Url,
pub events_url: Url,
pub received_events_url: Url,
pub type: String,
pub site_admin: bool,
}Fields§
§login: String§id: i64§node_id: String§avatar_url: Url§gravatar_id: String§url: Url§html_url: Url§followers_url: Url§following_url: Url§gists_url: Url§starred_url: Url§subscriptions_url: Url§organizations_url: Url§repos_url: Url§events_url: Url§received_events_url: Url§type: String§site_admin: boolTrait Implementations§
Source§impl RepositryAware for UserRec
impl RepositryAware for UserRec
fn set_repository(&mut self, _: String)
Auto Trait Implementations§
impl Freeze for UserRec
impl RefUnwindSafe for UserRec
impl Send for UserRec
impl Sync for UserRec
impl Unpin for UserRec
impl UnwindSafe for UserRec
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