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