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