pub struct VoteResultElectionCandidate;
Trait Implementations§
Source§impl HasField<document> for VoteResultElectionCandidate
impl HasField<document> for VoteResultElectionCandidate
Source§type Type = ElectionCandidate
type Type = ElectionCandidate
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for VoteResultElectionCandidate
impl RefUnwindSafe for VoteResultElectionCandidate
impl Send for VoteResultElectionCandidate
impl Sync for VoteResultElectionCandidate
impl Unpin for VoteResultElectionCandidate
impl UnwindSafe for VoteResultElectionCandidate
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