pub struct BlockStatement {
pub statements: Vec<Reference<Statement>>,
pub info: AstInfo,
}
Fields§
§statements: Vec<Reference<Statement>>
§info: AstInfo
Trait Implementations§
Source§impl Clone for BlockStatement
impl Clone for BlockStatement
Source§fn clone(&self) -> BlockStatement
fn clone(&self) -> BlockStatement
Returns a duplicate 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 BlockStatement
impl Debug for BlockStatement
Source§impl ErrorContainer for BlockStatement
impl ErrorContainer for BlockStatement
Source§impl PartialEq for BlockStatement
impl PartialEq for BlockStatement
Source§impl ToTextRange for BlockStatement
impl ToTextRange for BlockStatement
impl Eq for BlockStatement
impl StructuralPartialEq for BlockStatement
Auto Trait Implementations§
impl Freeze for BlockStatement
impl RefUnwindSafe for BlockStatement
impl Send for BlockStatement
impl Sync for BlockStatement
impl Unpin for BlockStatement
impl UnwindSafe for BlockStatement
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