Struct relay_protocol::condition::EqCondOptions
source · pub struct EqCondOptions {
pub ignore_case: bool,
}
Expand description
Options for EqCondition
.
Fields§
§ignore_case: bool
If true
, string values are compared in case-insensitive mode.
This has no effect on numeric or boolean comparisons.
Trait Implementations§
source§impl Clone for EqCondOptions
impl Clone for EqCondOptions
source§fn clone(&self) -> EqCondOptions
fn clone(&self) -> EqCondOptions
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 EqCondOptions
impl Debug for EqCondOptions
source§impl Default for EqCondOptions
impl Default for EqCondOptions
source§fn default() -> EqCondOptions
fn default() -> EqCondOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EqCondOptions
impl<'de> Deserialize<'de> for EqCondOptions
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for EqCondOptions
impl PartialEq for EqCondOptions
source§impl Serialize for EqCondOptions
impl Serialize for EqCondOptions
impl StructuralPartialEq for EqCondOptions
Auto Trait Implementations§
impl Freeze for EqCondOptions
impl RefUnwindSafe for EqCondOptions
impl Send for EqCondOptions
impl Sync for EqCondOptions
impl Unpin for EqCondOptions
impl UnwindSafe for EqCondOptions
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
)