pub struct MarketplacePurchaseChangedEventSender<'a> {Show 18 fields
pub login: &'a str,
pub id: usize,
pub avatar_url: &'a str,
pub gravatar_id: &'a str,
pub url: &'a str,
pub html_url: &'a str,
pub followers_url: &'a str,
pub following_url: &'a str,
pub gists_url: &'a str,
pub starred_url: &'a str,
pub subscriptions_url: &'a str,
pub organizations_url: &'a str,
pub repos_url: &'a str,
pub events_url: &'a str,
pub received_events_url: &'a str,
pub type_: &'a str,
pub site_admin: bool,
pub email: &'a str,
}
Fields§
§login: &'a str
§id: usize
§avatar_url: &'a str
§gravatar_id: &'a str
§url: &'a str
§html_url: &'a str
§followers_url: &'a str
§following_url: &'a str
§gists_url: &'a str
§starred_url: &'a str
§subscriptions_url: &'a str
§organizations_url: &'a str
§repos_url: &'a str
§events_url: &'a str
§received_events_url: &'a str
§type_: &'a str
§site_admin: bool
§email: &'a str
Trait Implementations§
source§impl<'a> Debug for MarketplacePurchaseChangedEventSender<'a>
impl<'a> Debug for MarketplacePurchaseChangedEventSender<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for MarketplacePurchaseChangedEventSender<'a>
impl<'de: 'a, 'a> Deserialize<'de> for MarketplacePurchaseChangedEventSender<'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 MarketplacePurchaseChangedEventSender<'a>
impl<'a> Send for MarketplacePurchaseChangedEventSender<'a>
impl<'a> Sync for MarketplacePurchaseChangedEventSender<'a>
impl<'a> Unpin for MarketplacePurchaseChangedEventSender<'a>
impl<'a> UnwindSafe for MarketplacePurchaseChangedEventSender<'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