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