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