Enum rsjsonnet_lang::ast::ObjInside
source · pub enum ObjInside {
Members(Box<[Member]>),
Comp {
locals1: Box<[ObjLocal]>,
name: Box<Expr>,
body: Box<Expr>,
locals2: Box<[ObjLocal]>,
comp_spec: Box<[CompSpecPart]>,
},
}Variants§
Trait Implementations§
source§impl PartialEq for ObjInside
impl PartialEq for ObjInside
impl Eq for ObjInside
impl StructuralPartialEq for ObjInside
Auto Trait Implementations§
impl Freeze for ObjInside
impl RefUnwindSafe for ObjInside
impl !Send for ObjInside
impl !Sync for ObjInside
impl Unpin for ObjInside
impl UnwindSafe for ObjInside
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