Struct kodept_core::structure::rlt::ExpressionBlock   
source · pub struct ExpressionBlock {
    pub lbrace: Symbol,
    pub expression: Box<[BlockLevelNode]>,
    pub rbrace: Symbol,
}Fields§
§lbrace: Symbol§expression: Box<[BlockLevelNode]>§rbrace: SymbolTrait Implementations§
source§impl Clone for ExpressionBlock
 
impl Clone for ExpressionBlock
source§fn clone(&self) -> ExpressionBlock
 
fn clone(&self) -> ExpressionBlock
Returns a copy 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 ExpressionBlock
 
impl Debug for ExpressionBlock
source§impl From<ExpressionBlock> for BlockLevelNode
 
impl From<ExpressionBlock> for BlockLevelNode
source§fn from(original: ExpressionBlock) -> BlockLevelNode
 
fn from(original: ExpressionBlock) -> BlockLevelNode
Converts to this type from the input type.
source§impl PartialEq for ExpressionBlock
 
impl PartialEq for ExpressionBlock
source§fn eq(&self, other: &ExpressionBlock) -> bool
 
fn eq(&self, other: &ExpressionBlock) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ExpressionBlock
Auto Trait Implementations§
impl Freeze for ExpressionBlock
impl RefUnwindSafe for ExpressionBlock
impl Send for ExpressionBlock
impl Sync for ExpressionBlock
impl Unpin for ExpressionBlock
impl UnwindSafe for ExpressionBlock
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