pub enum FeaturesFor {
NormalOrDev,
HostDep,
}Expand description
Flag to indicate if features are requested for a build dependency or not.
Variants§
Trait Implementations§
Source§impl Debug for FeaturesFor
impl Debug for FeaturesFor
Source§impl PartialEq for FeaturesFor
impl PartialEq for FeaturesFor
impl StructuralPartialEq for FeaturesFor
Auto Trait Implementations§
impl Freeze for FeaturesFor
impl RefUnwindSafe for FeaturesFor
impl Send for FeaturesFor
impl Sync for FeaturesFor
impl Unpin for FeaturesFor
impl UnsafeUnpin for FeaturesFor
impl UnwindSafe for FeaturesFor
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