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