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