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