pub struct Reaction;Trait Implementations§
Source§impl HasField<__typename> for Reaction
impl HasField<__typename> for Reaction
Source§impl HasField<archivedAt> for Reaction
impl HasField<archivedAt> for Reaction
Source§impl HasField<externalUser> for Reaction
impl HasField<externalUser> for Reaction
Source§type Type = Option<ExternalUser>
type Type = Option<ExternalUser>
The schema marker type of this field.
Source§impl HasField<initiativeUpdate> for Reaction
impl HasField<initiativeUpdate> for Reaction
Source§type Type = Option<InitiativeUpdate>
type Type = Option<InitiativeUpdate>
The schema marker type of this field.
Source§impl HasField<projectUpdate> for Reaction
impl HasField<projectUpdate> for Reaction
Source§type Type = Option<ProjectUpdate>
type Type = Option<ProjectUpdate>
The schema marker type of this field.
impl HasSubtype<Reaction> for Node
Auto Trait Implementations§
impl Freeze for Reaction
impl RefUnwindSafe for Reaction
impl Send for Reaction
impl Sync for Reaction
impl Unpin for Reaction
impl UnwindSafe for Reaction
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