pub struct Reaction;
Trait Implementations§
Source§impl HasField<__typename> for Reaction
impl HasField<__typename> for Reaction
Source§impl HasField<content> for Reaction
impl HasField<content> for Reaction
Source§type Type = ReactionContent
type Type = ReactionContent
The schema marker type of this field.
Source§impl HasField<databaseId> for Reaction
impl HasField<databaseId> for Reaction
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