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