pub struct SponsorshipTierChangedSponsorship { /* private fields */ }Implementations§
Source§impl SponsorshipTierChangedSponsorship
impl SponsorshipTierChangedSponsorship
pub fn created_at<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn privacy_level<T>(self, value: T) -> Self
pub fn sponsor<T>(self, value: T) -> Self
pub fn sponsorable<T>(self, value: T) -> Self
pub fn tier<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SponsorshipTierChangedSponsorship
impl Clone for SponsorshipTierChangedSponsorship
Source§fn clone(&self) -> SponsorshipTierChangedSponsorship
fn clone(&self) -> SponsorshipTierChangedSponsorship
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 From<SponsorshipTierChangedSponsorship> for SponsorshipTierChangedSponsorship
impl From<SponsorshipTierChangedSponsorship> for SponsorshipTierChangedSponsorship
Source§fn from(value: SponsorshipTierChangedSponsorship) -> Self
fn from(value: SponsorshipTierChangedSponsorship) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SponsorshipTierChangedSponsorship
impl RefUnwindSafe for SponsorshipTierChangedSponsorship
impl Send for SponsorshipTierChangedSponsorship
impl Sync for SponsorshipTierChangedSponsorship
impl Unpin for SponsorshipTierChangedSponsorship
impl UnwindSafe for SponsorshipTierChangedSponsorship
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