pub struct previousSponsorsTier;Trait Implementations§
Source§impl Field for previousSponsorsTier
impl Field for previousSponsorsTier
Source§impl HasField<previousSponsorsTier> for SponsorsActivity
impl HasField<previousSponsorsTier> for SponsorsActivity
Source§type Type = Option<SponsorsTier>
type Type = Option<SponsorsTier>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for previousSponsorsTier
impl RefUnwindSafe for previousSponsorsTier
impl Send for previousSponsorsTier
impl Sync for previousSponsorsTier
impl Unpin for previousSponsorsTier
impl UnwindSafe for previousSponsorsTier
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