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