pub struct NodeBlock {
pub value: NodeValueExpr,
}
Expand description
Block node.
Arbitrary rust code in braced {}
blocks.
Fields§
§value: NodeValueExpr
The block value..
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NodeBlock
impl !Send for NodeBlock
impl !Sync for NodeBlock
impl Unpin for NodeBlock
impl UnwindSafe for NodeBlock
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