Enum scan_rules::input::IgnoreCase [] [src]

pub enum IgnoreCase {}

Marker type used to do case-insensitive string comparisons.

Note that this does not take any locale information into account. It is only as correct as a call to char::to_lowercase.

Trait Implementations

impl Debug for IgnoreCase
[src]

Formats the value using the given formatter.

impl StrCompare for IgnoreCase
[src]

Compare two strings and return true if they should be considered "equal".