pub struct GatheredCandidate { /* private fields */ }Expand description
A locally gathered candidate.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GatheredCandidate
impl RefUnwindSafe for GatheredCandidate
impl !Send for GatheredCandidate
impl !Sync for GatheredCandidate
impl Unpin for GatheredCandidate
impl UnwindSafe for GatheredCandidate
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