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