pub struct ContextDictionary {
pub terms: Vec<String>,
pub case_sensitive: bool,
}Fields§
§terms: Vec<String>§case_sensitive: boolTrait Implementations§
Source§impl Clone for ContextDictionary
impl Clone for ContextDictionary
Source§fn clone(&self) -> ContextDictionary
fn clone(&self) -> ContextDictionary
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 moreSource§impl Debug for ContextDictionary
impl Debug for ContextDictionary
Source§impl PartialEq for ContextDictionary
impl PartialEq for ContextDictionary
Source§fn eq(&self, other: &ContextDictionary) -> bool
fn eq(&self, other: &ContextDictionary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ContextDictionary
impl StructuralPartialEq for ContextDictionary
Auto Trait Implementations§
impl Freeze for ContextDictionary
impl RefUnwindSafe for ContextDictionary
impl Send for ContextDictionary
impl Sync for ContextDictionary
impl Unpin for ContextDictionary
impl UnsafeUnpin for ContextDictionary
impl UnwindSafe for ContextDictionary
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.