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