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