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