Enum rustc::session::config::PrintRequestUnstable
[-] [+]
[src]
pub enum PrintRequest { FileNames, Sysroot, CrateName, }
Variants
FileNames | |
Sysroot | |
CrateName |
pub enum PrintRequest { FileNames, Sysroot, CrateName, }
FileNames | |
Sysroot | |
CrateName |
impl Eq for PrintRequest
impl PartialEq for PrintRequest
fn eq(&self, __arg_0: &PrintRequest) -> bool
fn ne(&self, __arg_0: &PrintRequest) -> bool
impl Clone for PrintRequest
fn clone(&self) -> PrintRequest
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
).