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