pub struct MetaRoot200Response {Show 33 fields
pub current_user_url: String,
pub current_user_authorizations_html_url: String,
pub authorizations_url: String,
pub code_search_url: String,
pub commit_search_url: String,
pub emails_url: String,
pub emojis_url: String,
pub events_url: String,
pub feeds_url: String,
pub followers_url: String,
pub following_url: String,
pub gists_url: String,
pub hub_url: Option<String>,
pub issue_search_url: String,
pub issues_url: String,
pub keys_url: String,
pub label_search_url: String,
pub notifications_url: String,
pub organization_url: String,
pub organization_repositories_url: String,
pub organization_teams_url: String,
pub public_gists_url: String,
pub rate_limit_url: String,
pub repository_url: String,
pub repository_search_url: String,
pub current_user_repositories_url: String,
pub starred_url: String,
pub starred_gists_url: String,
pub topic_search_url: Option<String>,
pub user_url: String,
pub user_organizations_url: String,
pub user_repositories_url: String,
pub user_search_url: String,
}Fields§
§current_user_url: String§code_search_url: String§commit_search_url: String§emails_url: String§emojis_url: String§events_url: String§feeds_url: String§followers_url: String§following_url: String§gists_url: String§hub_url: Option<String>§issue_search_url: String§issues_url: String§keys_url: String§label_search_url: String§notifications_url: String§organization_url: String§organization_repositories_url: String§organization_teams_url: String§public_gists_url: String§rate_limit_url: String§repository_url: String§repository_search_url: String§current_user_repositories_url: String§starred_url: String§starred_gists_url: String§topic_search_url: Option<String>§user_url: String§user_organizations_url: String§user_repositories_url: String§user_search_url: StringImplementations§
source§impl MetaRoot200Response
impl MetaRoot200Response
pub fn new( current_user_url: String, current_user_authorizations_html_url: String, authorizations_url: String, code_search_url: String, commit_search_url: String, emails_url: String, emojis_url: String, events_url: String, feeds_url: String, followers_url: String, following_url: String, gists_url: String, issue_search_url: String, issues_url: String, keys_url: String, label_search_url: String, notifications_url: String, organization_url: String, organization_repositories_url: String, organization_teams_url: String, public_gists_url: String, rate_limit_url: String, repository_url: String, repository_search_url: String, current_user_repositories_url: String, starred_url: String, starred_gists_url: String, user_url: String, user_organizations_url: String, user_repositories_url: String, user_search_url: String, ) -> MetaRoot200Response
Trait Implementations§
source§impl Clone for MetaRoot200Response
impl Clone for MetaRoot200Response
source§fn clone(&self) -> MetaRoot200Response
fn clone(&self) -> MetaRoot200Response
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 Debug for MetaRoot200Response
impl Debug for MetaRoot200Response
source§impl Default for MetaRoot200Response
impl Default for MetaRoot200Response
source§fn default() -> MetaRoot200Response
fn default() -> MetaRoot200Response
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MetaRoot200Response
impl<'de> Deserialize<'de> for MetaRoot200Response
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MetaRoot200Response
impl PartialEq for MetaRoot200Response
source§impl Serialize for MetaRoot200Response
impl Serialize for MetaRoot200Response
impl StructuralPartialEq for MetaRoot200Response
Auto Trait Implementations§
impl Freeze for MetaRoot200Response
impl RefUnwindSafe for MetaRoot200Response
impl Send for MetaRoot200Response
impl Sync for MetaRoot200Response
impl Unpin for MetaRoot200Response
impl UnwindSafe for MetaRoot200Response
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)