pub struct ReactionGroup;
Trait Implementations§
Source§impl HasField<__typename> for ReactionGroup
impl HasField<__typename> for ReactionGroup
Source§impl HasField<content> for ReactionGroup
impl HasField<content> for ReactionGroup
Source§type Type = ReactionContent
type Type = ReactionContent
The schema marker type of this field.
Source§impl HasField<createdAt> for ReactionGroup
impl HasField<createdAt> for ReactionGroup
Source§impl HasField<reactors> for ReactionGroup
impl HasField<reactors> for ReactionGroup
Source§type Type = ReactorConnection
type Type = ReactorConnection
The schema marker type of this field.
Source§impl HasField<subject> for ReactionGroup
impl HasField<subject> for ReactionGroup
Source§impl HasField<users> for ReactionGroup
impl HasField<users> for ReactionGroup
Source§type Type = ReactingUserConnection
type Type = ReactingUserConnection
The schema marker type of this field.
Source§impl HasField<viewerHasReacted> for ReactionGroup
impl HasField<viewerHasReacted> for ReactionGroup
Auto Trait Implementations§
impl Freeze for ReactionGroup
impl RefUnwindSafe for ReactionGroup
impl Send for ReactionGroup
impl Sync for ReactionGroup
impl Unpin for ReactionGroup
impl UnwindSafe for ReactionGroup
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