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