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