pub struct GenericFlowStep {
pub keyword: String,
pub loc: Loc,
}Expand description
A flow step we recognize by keyword but parse only structurally.
Fields§
§keyword: String§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for GenericFlowStep
impl RefUnwindSafe for GenericFlowStep
impl Send for GenericFlowStep
impl Sync for GenericFlowStep
impl Unpin for GenericFlowStep
impl UnsafeUnpin for GenericFlowStep
impl UnwindSafe for GenericFlowStep
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