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