pub struct compareState;
Trait Implementations§
Source§impl Field for compareState
impl Field for compareState
impl HasInputField<compareState, Option<JSON>> for CreateElectionVoteDataInput
Auto Trait Implementations§
impl Freeze for compareState
impl RefUnwindSafe for compareState
impl Send for compareState
impl Sync for compareState
impl Unpin for compareState
impl UnwindSafe for compareState
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