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