pub struct teamDiscussionComment;
Trait Implementations§
Source§impl Field for teamDiscussionComment
impl Field for teamDiscussionComment
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 teamDiscussionComment
impl RefUnwindSafe for teamDiscussionComment
impl Send for teamDiscussionComment
impl Sync for teamDiscussionComment
impl Unpin for teamDiscussionComment
impl UnwindSafe for teamDiscussionComment
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