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