pub struct SuggestionInputs {
pub signals: BTreeMap<String, SuggestionSignal>,
pub stale_map: HashMap<String, StalenessStatus>,
pub active_paths: BTreeSet<String>,
pub history_len: usize,
}Fields§
§signals: BTreeMap<String, SuggestionSignal>§stale_map: HashMap<String, StalenessStatus>§active_paths: BTreeSet<String>§history_len: usizeAuto Trait Implementations§
impl Freeze for SuggestionInputs
impl RefUnwindSafe for SuggestionInputs
impl Send for SuggestionInputs
impl Sync for SuggestionInputs
impl Unpin for SuggestionInputs
impl UnsafeUnpin for SuggestionInputs
impl UnwindSafe for SuggestionInputs
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