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