pub struct SingleJargonTermOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleJargonTermOutput
impl HasField<__typename> for SingleJargonTermOutput
Source§impl HasField<result> for SingleJargonTermOutput
impl HasField<result> for SingleJargonTermOutput
Source§type Type = Option<JargonTerm>
type Type = Option<JargonTerm>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleJargonTermOutput
impl RefUnwindSafe for SingleJargonTermOutput
impl Send for SingleJargonTermOutput
impl Sync for SingleJargonTermOutput
impl Unpin for SingleJargonTermOutput
impl UnwindSafe for SingleJargonTermOutput
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