pub struct DeclineTopicSuggestionInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for DeclineTopicSuggestionInput
impl HasInputField<name, String> for DeclineTopicSuggestionInput
impl HasInputField<reason, TopicSuggestionDeclineReason> for DeclineTopicSuggestionInput
impl HasInputField<repositoryId, Id> for DeclineTopicSuggestionInput
impl InputObjectMarker for DeclineTopicSuggestionInput
Auto Trait Implementations§
impl Freeze for DeclineTopicSuggestionInput
impl RefUnwindSafe for DeclineTopicSuggestionInput
impl Send for DeclineTopicSuggestionInput
impl Sync for DeclineTopicSuggestionInput
impl Unpin for DeclineTopicSuggestionInput
impl UnwindSafe for DeclineTopicSuggestionInput
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