Enum regex_syntax::Repeater
[-] [+]
[src]
pub enum Repeater { ZeroOrOne, ZeroOrMore, OneOrMore, Range { min: u32, max: Option<u32>, }, }
The type of a repeat operator expression.
pub enum Repeater { ZeroOrOne, ZeroOrMore, OneOrMore, Range { min: u32, max: Option<u32>, }, }
The type of a repeat operator expression.
impl Display for Repeater
impl Eq for Repeater
impl PartialEq for Repeater
impl Debug for Repeater
impl Copy for Repeater
impl Clone for Repeater
fn clone(&self) -> Repeater
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).