pub struct WebhooksSponsorshipMaintainer {Show 18 fields
pub avatar_url: Option<String>,
pub events_url: Option<String>,
pub followers_url: Option<String>,
pub following_url: Option<String>,
pub gists_url: Option<String>,
pub gravatar_id: Option<String>,
pub html_url: Option<String>,
pub id: Option<i32>,
pub login: Option<String>,
pub node_id: Option<String>,
pub organizations_url: Option<String>,
pub received_events_url: Option<String>,
pub repos_url: Option<String>,
pub site_admin: Option<bool>,
pub starred_url: Option<String>,
pub subscriptions_url: Option<String>,
pub type: Option<String>,
pub url: Option<String>,
}
Fields§
§avatar_url: Option<String>
§events_url: Option<String>
§followers_url: Option<String>
§following_url: Option<String>
§gists_url: Option<String>
§gravatar_id: Option<String>
§html_url: Option<String>
§id: Option<i32>
§login: Option<String>
§node_id: Option<String>
§organizations_url: Option<String>
§received_events_url: Option<String>
§repos_url: Option<String>
§site_admin: Option<bool>
§starred_url: Option<String>
§subscriptions_url: Option<String>
§type: Option<String>
§url: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for WebhooksSponsorshipMaintainer
impl Clone for WebhooksSponsorshipMaintainer
Source§fn clone(&self) -> WebhooksSponsorshipMaintainer
fn clone(&self) -> WebhooksSponsorshipMaintainer
Returns a duplicate 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 WebhooksSponsorshipMaintainer
impl Default for WebhooksSponsorshipMaintainer
Source§fn default() -> WebhooksSponsorshipMaintainer
fn default() -> WebhooksSponsorshipMaintainer
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebhooksSponsorshipMaintainer
impl<'de> Deserialize<'de> for WebhooksSponsorshipMaintainer
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 WebhooksSponsorshipMaintainer
impl PartialEq for WebhooksSponsorshipMaintainer
Source§fn eq(&self, other: &WebhooksSponsorshipMaintainer) -> bool
fn eq(&self, other: &WebhooksSponsorshipMaintainer) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebhooksSponsorshipMaintainer
Auto Trait Implementations§
impl Freeze for WebhooksSponsorshipMaintainer
impl RefUnwindSafe for WebhooksSponsorshipMaintainer
impl Send for WebhooksSponsorshipMaintainer
impl Sync for WebhooksSponsorshipMaintainer
impl Unpin for WebhooksSponsorshipMaintainer
impl UnwindSafe for WebhooksSponsorshipMaintainer
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