Enum fluent_locale::negotiate::NegotiationStrategy [−][src]
pub enum NegotiationStrategy { Filtering, Matching, Lookup, }
Variants
Filtering
Matching
Lookup
Trait Implementations
impl PartialEq for NegotiationStrategy
[src]
impl PartialEq for NegotiationStrategy
fn eq(&self, other: &NegotiationStrategy) -> bool
[src]
fn eq(&self, other: &NegotiationStrategy) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for NegotiationStrategy
[src]
impl Debug for NegotiationStrategy
Auto Trait Implementations
impl Send for NegotiationStrategy
impl Send for NegotiationStrategy
impl Sync for NegotiationStrategy
impl Sync for NegotiationStrategy