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