Struct rsjsonnet_lang::ast::IfSpec
source · pub struct IfSpec {
pub cond: Expr,
}Fields§
§cond: ExprTrait Implementations§
source§impl PartialEq for IfSpec
impl PartialEq for IfSpec
impl Eq for IfSpec
impl StructuralPartialEq for IfSpec
Auto Trait Implementations§
impl Freeze for IfSpec
impl RefUnwindSafe for IfSpec
impl !Send for IfSpec
impl !Sync for IfSpec
impl Unpin for IfSpec
impl UnwindSafe for IfSpec
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