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