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