pub struct data;
Trait Implementations§
Source§impl HasArgument<data> for createElectionCandidate
impl HasArgument<data> for createElectionCandidate
Source§type ArgumentType = CreateElectionCandidateDataInput
type ArgumentType = CreateElectionCandidateDataInput
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for data
impl RefUnwindSafe for data
impl Send for data
impl Sync for data
impl Unpin for data
impl UnwindSafe for data
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