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