Enum shadow_rs::BuildModel
source · pub enum BuildModel {
Debug,
Release,
}Variants§
Trait Implementations§
source§impl Debug for BuildModel
impl Debug for BuildModel
source§impl PartialEq<BuildModel> for BuildModel
impl PartialEq<BuildModel> for BuildModel
source§fn eq(&self, other: &BuildModel) -> bool
fn eq(&self, other: &BuildModel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.