pub struct UpdateTeamDiscussionCommentPayload;
Trait Implementations§
Source§impl HasField<teamDiscussionComment> for UpdateTeamDiscussionCommentPayload
impl HasField<teamDiscussionComment> for UpdateTeamDiscussionCommentPayload
Source§type Type = Option<TeamDiscussionComment>
type Type = Option<TeamDiscussionComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UpdateTeamDiscussionCommentPayload
impl RefUnwindSafe for UpdateTeamDiscussionCommentPayload
impl Send for UpdateTeamDiscussionCommentPayload
impl Sync for UpdateTeamDiscussionCommentPayload
impl Unpin for UpdateTeamDiscussionCommentPayload
impl UnwindSafe for UpdateTeamDiscussionCommentPayload
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