pub struct LanguageCapabilityFixtures {
pub positive_path: &'static str,
pub negative_path: &'static str,
}Expand description
Natural positive and negative detector fixtures for an accepted row.
Fields§
§positive_path: &'static strNatural path that must select this language.
negative_path: &'static strSimilar path that must not select this language.
Trait Implementations§
Source§impl Clone for LanguageCapabilityFixtures
impl Clone for LanguageCapabilityFixtures
Source§fn clone(&self) -> LanguageCapabilityFixtures
fn clone(&self) -> LanguageCapabilityFixtures
Returns a duplicate 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 LanguageCapabilityFixtures
impl Debug for LanguageCapabilityFixtures
impl Copy for LanguageCapabilityFixtures
impl Eq for LanguageCapabilityFixtures
impl StructuralPartialEq for LanguageCapabilityFixtures
Auto Trait Implementations§
impl Freeze for LanguageCapabilityFixtures
impl RefUnwindSafe for LanguageCapabilityFixtures
impl Send for LanguageCapabilityFixtures
impl Sync for LanguageCapabilityFixtures
impl Unpin for LanguageCapabilityFixtures
impl UnwindSafe for LanguageCapabilityFixtures
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,
§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.