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