pub struct SponsorshipTier { /* private fields */ }
Implementations§
Source§impl SponsorshipTier
impl SponsorshipTier
pub fn created_at<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn is_custom_ammount<T>(self, value: T) -> Self
pub fn is_one_time<T>(self, value: T) -> Self
pub fn monthly_price_in_cents<T>(self, value: T) -> Self
pub fn monthly_price_in_dollars<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SponsorshipTier
impl Clone for SponsorshipTier
Source§fn clone(&self) -> SponsorshipTier
fn clone(&self) -> SponsorshipTier
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 SponsorshipTier
impl Debug for SponsorshipTier
Source§impl Default for SponsorshipTier
impl Default for SponsorshipTier
Source§impl From<SponsorshipTier> for SponsorshipTier
impl From<SponsorshipTier> for SponsorshipTier
Source§fn from(value: SponsorshipTier) -> Self
fn from(value: SponsorshipTier) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SponsorshipTier> for SponsorshipTier
impl TryFrom<SponsorshipTier> for SponsorshipTier
Auto Trait Implementations§
impl Freeze for SponsorshipTier
impl RefUnwindSafe for SponsorshipTier
impl Send for SponsorshipTier
impl Sync for SponsorshipTier
impl Unpin for SponsorshipTier
impl UnwindSafe for SponsorshipTier
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