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