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