Enum syntex_syntax::diagnostic::ColorConfig
[−]
[src]
pub enum ColorConfig { Auto, Always, Never, }
Variants
Auto | |
Always | |
Never |
pub enum ColorConfig { Auto, Always, Never, }
Auto | |
Always | |
Never |
impl Copy for ColorConfig
impl Clone for ColorConfig
fn clone(&self) -> ColorConfig
fn clone_from(&mut self, source: &Self)