pub struct ForwardStep {
pub effect_name: Option<String>,
pub operation_name: String,
pub arguments: Vec<String>,
pub loc: Loc,
}Expand description
forward Emit(t) / forward SSE.Emit(t) (D12) — propagate the operation to
the next OUTER frame, bypassing this one. What makes a handler a decorator
rather than a terminator.
Fields§
§effect_name: Option<String>§operation_name: String§arguments: Vec<String>§loc: LocTrait Implementations§
Auto Trait Implementations§
impl Freeze for ForwardStep
impl RefUnwindSafe for ForwardStep
impl Send for ForwardStep
impl Sync for ForwardStep
impl Unpin for ForwardStep
impl UnsafeUnpin for ForwardStep
impl UnwindSafe for ForwardStep
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