pub enum IfFeatureFactor {
IfFeatureExpr((Option<bool>, Box<IfFeatureExpr>)),
IdentifierRef((Option<bool>, IdentifierRef)),
}Expand description
“if-feature-factor”.
Variants§
IfFeatureExpr((Option<bool>, Box<IfFeatureExpr>))
IdentifierRef((Option<bool>, IdentifierRef))
Trait Implementations§
Source§impl Clone for IfFeatureFactor
impl Clone for IfFeatureFactor
Source§fn clone(&self) -> IfFeatureFactor
fn clone(&self) -> IfFeatureFactor
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 Debug for IfFeatureFactor
impl Debug for IfFeatureFactor
Source§impl PartialEq for IfFeatureFactor
impl PartialEq for IfFeatureFactor
Source§impl ToString for IfFeatureFactor
impl ToString for IfFeatureFactor
impl StructuralPartialEq for IfFeatureFactor
Auto Trait Implementations§
impl Freeze for IfFeatureFactor
impl RefUnwindSafe for IfFeatureFactor
impl Send for IfFeatureFactor
impl Sync for IfFeatureFactor
impl Unpin for IfFeatureFactor
impl UnwindSafe for IfFeatureFactor
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