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