pub struct MultiReviewWinnerArtInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiReviewWinnerArtInput
impl HasInputField<enableTotal, Option<bool>> for MultiReviewWinnerArtInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiReviewWinnerArtInput
impl HasInputField<terms, Option<JSON>> for MultiReviewWinnerArtInput
impl InputObjectMarker for MultiReviewWinnerArtInput
Auto Trait Implementations§
impl Freeze for MultiReviewWinnerArtInput
impl RefUnwindSafe for MultiReviewWinnerArtInput
impl Send for MultiReviewWinnerArtInput
impl Sync for MultiReviewWinnerArtInput
impl Unpin for MultiReviewWinnerArtInput
impl UnwindSafe for MultiReviewWinnerArtInput
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