pub struct CommentCreateInput;Trait Implementations§
impl HasInputField<body, Option<String>> for CommentCreateInput
impl HasInputField<bodyData, Option<JSON>> for CommentCreateInput
impl HasInputField<createAsUser, Option<String>> for CommentCreateInput
impl HasInputField<createOnSyncedSlackThread, Option<bool>> for CommentCreateInput
impl HasInputField<createdAt, Option<DateTime>> for CommentCreateInput
impl HasInputField<displayIconUrl, Option<String>> for CommentCreateInput
impl HasInputField<doNotSubscribeToIssue, Option<bool>> for CommentCreateInput
impl HasInputField<documentContentId, Option<String>> for CommentCreateInput
impl HasInputField<id, Option<String>> for CommentCreateInput
impl HasInputField<initiativeUpdateId, Option<String>> for CommentCreateInput
impl HasInputField<issueId, Option<String>> for CommentCreateInput
impl HasInputField<parentId, Option<String>> for CommentCreateInput
impl HasInputField<postId, Option<String>> for CommentCreateInput
impl HasInputField<projectUpdateId, Option<String>> for CommentCreateInput
impl HasInputField<quotedText, Option<String>> for CommentCreateInput
impl HasInputField<subscriberIds, Option<Vec<String>>> for CommentCreateInput
impl InputObjectMarker for CommentCreateInput
Auto Trait Implementations§
impl Freeze for CommentCreateInput
impl RefUnwindSafe for CommentCreateInput
impl Send for CommentCreateInput
impl Sync for CommentCreateInput
impl Unpin for CommentCreateInput
impl UnwindSafe for CommentCreateInput
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