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