Enum shadow_rs::BuildModel
source · pub enum BuildModel {
Debug,
Release,
}
Expand description
Re-exported from the is_debug crate
Variants§
Trait Implementations§
source§impl Debug for BuildModel
impl Debug for BuildModel
source§impl PartialEq for BuildModel
impl PartialEq 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 ==
.source§impl ToString for BuildModel
impl ToString for BuildModel
impl StructuralPartialEq for BuildModel
Auto Trait Implementations§
impl RefUnwindSafe for BuildModel
impl Send for BuildModel
impl Sync for BuildModel
impl Unpin for BuildModel
impl UnwindSafe for BuildModel
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