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