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