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