pub struct Suggestions { /* private fields */ }
Implementations§
Source§impl Suggestions
impl Suggestions
pub fn new(range: StringRange, suggestions: Vec<Suggestion>) -> Self
pub fn merge(command: &str, input: &[Suggestions]) -> Self
pub fn create(command: &str, suggestions: &HashSet<Suggestion>) -> Self
pub fn is_empty(&self) -> bool
pub fn list(&self) -> &[Suggestion]
pub fn range(&self) -> StringRange
Trait Implementations§
Source§impl Clone for Suggestions
impl Clone for Suggestions
Source§fn clone(&self) -> Suggestions
fn clone(&self) -> Suggestions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Suggestions
impl Debug for Suggestions
Source§impl Default for Suggestions
impl Default for Suggestions
Source§fn default() -> Suggestions
fn default() -> Suggestions
Returns the “default value” for a type. Read more
Source§impl Hash for Suggestions
impl Hash for Suggestions
Source§impl McBufReadable for Suggestions
impl McBufReadable for Suggestions
Source§impl McBufWritable for Suggestions
impl McBufWritable for Suggestions
Source§impl PartialEq for Suggestions
impl PartialEq for Suggestions
impl Eq for Suggestions
impl StructuralPartialEq for Suggestions
Auto Trait Implementations§
impl Freeze for Suggestions
impl RefUnwindSafe for Suggestions
impl Send for Suggestions
impl Sync for Suggestions
impl Unpin for Suggestions
impl UnwindSafe for Suggestions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.