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