pub struct SingleVoteInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleVoteInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleVoteInput
impl HasInputField<selector, Option<SelectorInput>> for SingleVoteInput
impl InputObjectMarker for SingleVoteInput
Auto Trait Implementations§
impl Freeze for SingleVoteInput
impl RefUnwindSafe for SingleVoteInput
impl Send for SingleVoteInput
impl Sync for SingleVoteInput
impl Unpin for SingleVoteInput
impl UnwindSafe for SingleVoteInput
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