pub struct updateSponsorshipPreferences;Trait Implementations§
Source§impl Field for updateSponsorshipPreferences
impl Field for updateSponsorshipPreferences
Source§impl HasArgument<input> for updateSponsorshipPreferences
impl HasArgument<input> for updateSponsorshipPreferences
Source§type ArgumentType = UpdateSponsorshipPreferencesInput
type ArgumentType = UpdateSponsorshipPreferencesInput
The schema marker type of this argument.
Source§impl HasField<updateSponsorshipPreferences> for Mutation
impl HasField<updateSponsorshipPreferences> for Mutation
Source§type Type = Option<UpdateSponsorshipPreferencesPayload>
type Type = Option<UpdateSponsorshipPreferencesPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateSponsorshipPreferences
impl RefUnwindSafe for updateSponsorshipPreferences
impl Send for updateSponsorshipPreferences
impl Sync for updateSponsorshipPreferences
impl Unpin for updateSponsorshipPreferences
impl UnwindSafe for updateSponsorshipPreferences
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