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