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