pub enum BuildProfile {
Release,
Dev,
Test,
}Expand description
Build Profile https://doc.rust-lang.org/cargo/reference/profiles.html
Variants§
Trait Implementations§
Source§impl Debug for BuildProfile
impl Debug for BuildProfile
Source§impl PartialEq for BuildProfile
impl PartialEq for BuildProfile
impl StructuralPartialEq for BuildProfile
Auto Trait Implementations§
impl Freeze for BuildProfile
impl RefUnwindSafe for BuildProfile
impl Send for BuildProfile
impl Sync for BuildProfile
impl Unpin for BuildProfile
impl UnwindSafe for BuildProfile
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