pub struct electionName;
Trait Implementations§
Source§impl Field for electionName
impl Field for electionName
Source§impl HasField<electionName> for ElectionVote
impl HasField<electionName> for ElectionVote
Auto Trait Implementations§
impl Freeze for electionName
impl RefUnwindSafe for electionName
impl Send for electionName
impl Sync for electionName
impl Unpin for electionName
impl UnwindSafe for electionName
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