Enum anor_utils::cargo_profile::CargoProfile
source · pub enum CargoProfile {
Release,
Dev,
Test,
}Expand description
Cargo build profile https://doc.rust-lang.org/cargo/reference/profiles.html
Variants§
Trait Implementations§
source§impl Debug for CargoProfile
impl Debug for CargoProfile
source§impl PartialEq for CargoProfile
impl PartialEq for CargoProfile
source§fn eq(&self, other: &CargoProfile) -> bool
fn eq(&self, other: &CargoProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CargoProfile
Auto Trait Implementations§
impl RefUnwindSafe for CargoProfile
impl Send for CargoProfile
impl Sync for CargoProfile
impl Unpin for CargoProfile
impl UnwindSafe for CargoProfile
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more