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