pub struct Candidates {
pub close: Vec<CloseCandidate>,
pub hints: Vec<String>,
}Fields§
§close: Vec<CloseCandidate>§hints: Vec<String>Auto Trait Implementations§
impl Freeze for Candidates
impl RefUnwindSafe for Candidates
impl Send for Candidates
impl Sync for Candidates
impl Unpin for Candidates
impl UnsafeUnpin for Candidates
impl UnwindSafe for Candidates
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