pub struct DeleteTeamDiscussionCommentInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for DeleteTeamDiscussionCommentInput
impl HasInputField<id, Id> for DeleteTeamDiscussionCommentInput
impl InputObjectMarker for DeleteTeamDiscussionCommentInput
Auto Trait Implementations§
impl Freeze for DeleteTeamDiscussionCommentInput
impl RefUnwindSafe for DeleteTeamDiscussionCommentInput
impl Send for DeleteTeamDiscussionCommentInput
impl Sync for DeleteTeamDiscussionCommentInput
impl Unpin for DeleteTeamDiscussionCommentInput
impl UnwindSafe for DeleteTeamDiscussionCommentInput
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