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