pub struct acceptTopicSuggestion;
Trait Implementations§
Source§impl Field for acceptTopicSuggestion
impl Field for acceptTopicSuggestion
Source§impl HasArgument<input> for acceptTopicSuggestion
impl HasArgument<input> for acceptTopicSuggestion
Source§type ArgumentType = AcceptTopicSuggestionInput
type ArgumentType = AcceptTopicSuggestionInput
The schema marker type of this argument.
Source§impl HasField<acceptTopicSuggestion> for Mutation
impl HasField<acceptTopicSuggestion> for Mutation
Source§type Type = Option<AcceptTopicSuggestionPayload>
type Type = Option<AcceptTopicSuggestionPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for acceptTopicSuggestion
impl RefUnwindSafe for acceptTopicSuggestion
impl Send for acceptTopicSuggestion
impl Sync for acceptTopicSuggestion
impl Unpin for acceptTopicSuggestion
impl UnwindSafe for acceptTopicSuggestion
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