Enum lldb::MatchType
[−]
[src]
#[repr(u32)]pub enum MatchType { Normal, Regex, StartsWith, }
Variants
NormalRegexStartsWith
Trait Implementations
impl Clone for MatchType[src]
fn clone(&self) -> MatchType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for MatchType[src]
impl Debug for MatchType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.