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