pub struct MultiJargonTermOutput;
Trait Implementations§
Source§impl HasField<__typename> for MultiJargonTermOutput
impl HasField<__typename> for MultiJargonTermOutput
Source§impl HasField<results> for MultiJargonTermOutput
impl HasField<results> for MultiJargonTermOutput
Source§impl HasField<totalCount> for MultiJargonTermOutput
impl HasField<totalCount> for MultiJargonTermOutput
Auto Trait Implementations§
impl Freeze for MultiJargonTermOutput
impl RefUnwindSafe for MultiJargonTermOutput
impl Send for MultiJargonTermOutput
impl Sync for MultiJargonTermOutput
impl Unpin for MultiJargonTermOutput
impl UnwindSafe for MultiJargonTermOutput
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