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