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