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