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