pub struct ThenStmt {
pub state_name: String,
pub name_span: Option<Span>,
}Expand description
Then (initial state): then name ;
Fields§
§state_name: String§name_span: Option<Span>Trait Implementations§
impl Eq for ThenStmt
impl StructuralPartialEq for ThenStmt
Auto Trait Implementations§
impl Freeze for ThenStmt
impl RefUnwindSafe for ThenStmt
impl Send for ThenStmt
impl Sync for ThenStmt
impl Unpin for ThenStmt
impl UnsafeUnpin for ThenStmt
impl UnwindSafe for ThenStmt
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