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