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