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