pub enum BuildModel {
Debug,
Release,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildModel
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