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