pub struct InstallationTargetRenamedEventAccount<'a> {Show 35 fields
pub avatar_url: &'a str,
pub created_at: Option<&'a str>,
pub description: Option<()>,
pub events_url: Option<&'a str>,
pub followers: Option<usize>,
pub followers_url: Option<&'a str>,
pub following: Option<usize>,
pub following_url: Option<&'a str>,
pub gists_url: Option<&'a str>,
pub gravatar_id: Option<&'a str>,
pub has_organization_projects: Option<bool>,
pub has_repository_projects: Option<bool>,
pub hooks_url: Option<&'a str>,
pub html_url: &'a str,
pub id: usize,
pub is_verified: Option<bool>,
pub issues_url: Option<&'a str>,
pub login: Option<&'a str>,
pub members_url: Option<&'a str>,
pub name: Option<&'a str>,
pub node_id: &'a str,
pub organizations_url: Option<&'a str>,
pub public_gists: Option<usize>,
pub public_members_url: Option<&'a str>,
pub public_repos: Option<usize>,
pub received_events_url: Option<&'a str>,
pub repos_url: Option<&'a str>,
pub site_admin: Option<bool>,
pub slug: Option<&'a str>,
pub starred_url: Option<&'a str>,
pub subscriptions_url: Option<&'a str>,
pub type_: Option<InstallationTargetRenamedEventAccountType>,
pub updated_at: Option<&'a str>,
pub url: Option<&'a str>,
pub website_url: Option<()>,
}Fields§
§avatar_url: &'a str§created_at: Option<&'a str>§description: Option<()>§events_url: Option<&'a str>§followers: Option<usize>§followers_url: Option<&'a str>§following: Option<usize>§following_url: Option<&'a str>§gists_url: Option<&'a str>§gravatar_id: Option<&'a str>§has_organization_projects: Option<bool>§has_repository_projects: Option<bool>§hooks_url: Option<&'a str>§html_url: &'a str§id: usize§is_verified: Option<bool>§issues_url: Option<&'a str>§login: Option<&'a str>§members_url: Option<&'a str>§name: Option<&'a str>§node_id: &'a str§organizations_url: Option<&'a str>§public_gists: Option<usize>§public_members_url: Option<&'a str>§public_repos: Option<usize>§received_events_url: Option<&'a str>§repos_url: Option<&'a str>§site_admin: Option<bool>§slug: Option<&'a str>§starred_url: Option<&'a str>§subscriptions_url: Option<&'a str>§type_: Option<InstallationTargetRenamedEventAccountType>§updated_at: Option<&'a str>§url: Option<&'a str>§website_url: Option<()>Trait Implementations§
source§impl<'a> Debug for InstallationTargetRenamedEventAccount<'a>
impl<'a> Debug for InstallationTargetRenamedEventAccount<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for InstallationTargetRenamedEventAccount<'a>
impl<'de: 'a, 'a> Deserialize<'de> for InstallationTargetRenamedEventAccount<'a>
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
Auto Trait Implementations§
impl<'a> RefUnwindSafe for InstallationTargetRenamedEventAccount<'a>
impl<'a> Send for InstallationTargetRenamedEventAccount<'a>
impl<'a> Sync for InstallationTargetRenamedEventAccount<'a>
impl<'a> Unpin for InstallationTargetRenamedEventAccount<'a>
impl<'a> UnwindSafe for InstallationTargetRenamedEventAccount<'a>
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