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