pub enum NextestProfile {
Default,
Ci,
}Expand description
Nextest profiles defined in HvLite’s .config/nextest.toml
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for NextestProfile
impl Clone for NextestProfile
Source§fn clone(&self) -> NextestProfile
fn clone(&self) -> NextestProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for NextestProfile
impl<'de> Deserialize<'de> for NextestProfile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for NextestProfile
impl Serialize for NextestProfile
impl Copy for NextestProfile
Auto Trait Implementations§
impl Freeze for NextestProfile
impl RefUnwindSafe for NextestProfile
impl Send for NextestProfile
impl Sync for NextestProfile
impl Unpin for NextestProfile
impl UnsafeUnpin for NextestProfile
impl UnwindSafe for NextestProfile
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