pub struct DeleteTeamDiscussionInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for DeleteTeamDiscussionInput
impl HasInputField<id, Id> for DeleteTeamDiscussionInput
impl InputObjectMarker for DeleteTeamDiscussionInput
Auto Trait Implementations§
impl Freeze for DeleteTeamDiscussionInput
impl RefUnwindSafe for DeleteTeamDiscussionInput
impl Send for DeleteTeamDiscussionInput
impl Sync for DeleteTeamDiscussionInput
impl Unpin for DeleteTeamDiscussionInput
impl UnwindSafe for DeleteTeamDiscussionInput
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