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