pub struct GenerateBody {
pub alternative_label: Option<Ident>,
pub decl: Option<Vec<Declaration>>,
pub statements: Vec<LabeledConcurrentStatement>,
}
Expand description
11.8 Generate statements
Fields§
§alternative_label: Option<Ident>
§decl: Option<Vec<Declaration>>
§statements: Vec<LabeledConcurrentStatement>
Trait Implementations§
Source§impl Clone for GenerateBody
impl Clone for GenerateBody
Source§fn clone(&self) -> GenerateBody
fn clone(&self) -> GenerateBody
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 GenerateBody
impl Debug for GenerateBody
Source§impl PartialEq for GenerateBody
impl PartialEq for GenerateBody
Source§impl Search for GenerateBody
impl Search for GenerateBody
fn search(&self, searcher: &mut impl Searcher) -> SearchResult
impl StructuralPartialEq for GenerateBody
Auto Trait Implementations§
impl Freeze for GenerateBody
impl !RefUnwindSafe for GenerateBody
impl Send for GenerateBody
impl Sync for GenerateBody
impl Unpin for GenerateBody
impl !UnwindSafe for GenerateBody
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