pub struct Statements {
pub body: Vec<StmtKind>,
}Fields§
§body: Vec<StmtKind>Trait Implementations§
Source§impl Clone for Statements
impl Clone for Statements
Source§fn clone(&self) -> Statements
fn clone(&self) -> Statements
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 Statements
impl Debug for Statements
Source§impl PartialEq for Statements
impl PartialEq for Statements
impl StructuralPartialEq for Statements
Auto Trait Implementations§
impl Freeze for Statements
impl RefUnwindSafe for Statements
impl Send for Statements
impl Sync for Statements
impl Unpin for Statements
impl UnwindSafe for Statements
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