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