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