pub struct MinimizeCommentPayload;Trait Implementations§
Source§impl HasField<__typename> for MinimizeCommentPayload
impl HasField<__typename> for MinimizeCommentPayload
Source§impl HasField<minimizedComment> for MinimizeCommentPayload
impl HasField<minimizedComment> for MinimizeCommentPayload
Source§type Type = Option<Minimizable>
type Type = Option<Minimizable>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MinimizeCommentPayload
impl RefUnwindSafe for MinimizeCommentPayload
impl Send for MinimizeCommentPayload
impl Sync for MinimizeCommentPayload
impl Unpin for MinimizeCommentPayload
impl UnwindSafe for MinimizeCommentPayload
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