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