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