Enum tcl::interpreter::AppendStyle
[-] [+]
[src]
pub enum AppendStyle { Replace, Append, ReplaceAsList, AppendAsList, }
When setting a variable, how should we handle existing values
pub enum AppendStyle { Replace, Append, ReplaceAsList, AppendAsList, }
When setting a variable, how should we handle existing values
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
).