pub struct needsReview;
Trait Implementations§
Source§impl Field for needsReview
impl Field for needsReview
impl HasInputField<needsReview, Option<bool>> for CreateCommentDataInput
Auto Trait Implementations§
impl Freeze for needsReview
impl RefUnwindSafe for needsReview
impl Send for needsReview
impl Sync for needsReview
impl Unpin for needsReview
impl UnwindSafe for needsReview
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