pub struct TeaFlow {
pub emission: MsgEmission,
pub handler: Option<MsgHandler>,
}Expand description
A complete TEA flow: DS Component -> Msg -> State changes
Fields§
§emission: MsgEmission§handler: Option<MsgHandler>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TeaFlow
impl RefUnwindSafe for TeaFlow
impl Send for TeaFlow
impl Sync for TeaFlow
impl Unpin for TeaFlow
impl UnwindSafe for TeaFlow
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