Enum Profile
crate_compile_test::config
pub enum Profile { Debug, Release, }
Debug
Release
impl PartialEq for Profile
fn eq(&self, __arg_0: &Profile) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Send for Profile
impl Sync for Profile