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