pub struct CommentUpdateInput;Trait Implementations§
impl HasInputField<body, Option<String>> for CommentUpdateInput
impl HasInputField<bodyData, Option<JSON>> for CommentUpdateInput
impl HasInputField<doNotSubscribeToIssue, Option<bool>> for CommentUpdateInput
impl HasInputField<quotedText, Option<String>> for CommentUpdateInput
impl HasInputField<resolvingCommentId, Option<String>> for CommentUpdateInput
impl HasInputField<resolvingUserId, Option<String>> for CommentUpdateInput
impl HasInputField<subscriberIds, Option<Vec<String>>> for CommentUpdateInput
impl InputObjectMarker for CommentUpdateInput
Auto Trait Implementations§
impl Freeze for CommentUpdateInput
impl RefUnwindSafe for CommentUpdateInput
impl Send for CommentUpdateInput
impl Sync for CommentUpdateInput
impl Unpin for CommentUpdateInput
impl UnwindSafe for CommentUpdateInput
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