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