Enum soundchange::Transform
[-] [+]
[src]
pub enum Transform<'a> { Char(char), CharTo(CharTo<'a>), Str(&'a str), StrTo(StrTo<'a>), }
Variants
Char | |
CharTo | |
Str | |
StrTo |
pub enum Transform<'a> { Char(char), CharTo(CharTo<'a>), Str(&'a str), StrTo(StrTo<'a>), }
Char | |
CharTo | |
Str | |
StrTo |
impl<'a> Copy for Transform<'a>
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
).