pub struct ExprList {
pub exprs: Vec<AstNode<Expr>>,
}Fields§
§exprs: Vec<AstNode<Expr>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExprList
impl<'de> Deserialize<'de> for ExprList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ExprList
Auto Trait Implementations§
impl Freeze for ExprList
impl RefUnwindSafe for ExprList
impl Send for ExprList
impl Sync for ExprList
impl Unpin for ExprList
impl UnwindSafe for ExprList
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