pub struct IfFeatureExpr { /* private fields */ }Expand description
“if-feature-expr”.
Implementations§
Source§impl IfFeatureExpr
impl IfFeatureExpr
pub fn terms(&self) -> &Vec<IfFeatureTerm>
Trait Implementations§
Source§impl Clone for IfFeatureExpr
impl Clone for IfFeatureExpr
Source§fn clone(&self) -> IfFeatureExpr
fn clone(&self) -> IfFeatureExpr
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 IfFeatureExpr
impl Debug for IfFeatureExpr
Source§impl PartialEq for IfFeatureExpr
impl PartialEq for IfFeatureExpr
Source§impl StmtArg for IfFeatureExpr
impl StmtArg for IfFeatureExpr
Source§impl ToString for IfFeatureExpr
impl ToString for IfFeatureExpr
impl StructuralPartialEq for IfFeatureExpr
Auto Trait Implementations§
impl Freeze for IfFeatureExpr
impl RefUnwindSafe for IfFeatureExpr
impl Send for IfFeatureExpr
impl Sync for IfFeatureExpr
impl Unpin for IfFeatureExpr
impl UnwindSafe for IfFeatureExpr
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