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