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