pub struct PersonalAutosuggestTextSuggestion {
pub entry_index: usize,
pub context_len: usize,
pub count: u16,
pub last_seen: u32,
pub score: i32,
}Fields§
§entry_index: usize§context_len: usize§count: u16§last_seen: u32§score: i32Trait Implementations§
Source§impl Clone for PersonalAutosuggestTextSuggestion
impl Clone for PersonalAutosuggestTextSuggestion
Source§fn clone(&self) -> PersonalAutosuggestTextSuggestion
fn clone(&self) -> PersonalAutosuggestTextSuggestion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PersonalAutosuggestTextSuggestion
impl Eq for PersonalAutosuggestTextSuggestion
impl StructuralPartialEq for PersonalAutosuggestTextSuggestion
Auto Trait Implementations§
impl Freeze for PersonalAutosuggestTextSuggestion
impl RefUnwindSafe for PersonalAutosuggestTextSuggestion
impl Send for PersonalAutosuggestTextSuggestion
impl Sync for PersonalAutosuggestTextSuggestion
impl Unpin for PersonalAutosuggestTextSuggestion
impl UnsafeUnpin for PersonalAutosuggestTextSuggestion
impl UnwindSafe for PersonalAutosuggestTextSuggestion
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