Enum dagger_rust::build::BuildProfile
source · pub enum BuildProfile {
Debug,
Release,
}
Variants§
Trait Implementations§
source§impl AsRef<BuildProfile> for BuildProfile
impl AsRef<BuildProfile> for BuildProfile
source§fn as_ref(&self) -> &BuildProfile
fn as_ref(&self) -> &BuildProfile
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
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