pub struct AddReactionInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for AddReactionInput
impl HasInputField<content, ReactionContent> for AddReactionInput
impl HasInputField<subjectId, Id> for AddReactionInput
impl InputObjectMarker for AddReactionInput
Auto Trait Implementations§
impl Freeze for AddReactionInput
impl RefUnwindSafe for AddReactionInput
impl Send for AddReactionInput
impl Sync for AddReactionInput
impl Unpin for AddReactionInput
impl UnwindSafe for AddReactionInput
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