Enum lldb::MatchType [] [src]

#[repr(u32)]
pub enum MatchType { Normal, Regex, StartsWith, }

Variants

Trait Implementations

impl Clone for MatchType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MatchType
[src]

impl Debug for MatchType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq<MatchType> for MatchType
[src]

[src]

impl PartialOrd<MatchType> for MatchType
[src]

[src]