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