pub struct TracerAction<T: Flow, Tag = ()> {
pub envelope: ActionEnvelope<T>,
pub tag: Tag,
}Expand description
Tracer action for meio actor.
Fields§
§envelope: ActionEnvelope<T>Assigned envelope with an Action.
tag: TagAssigned tag of the action.
Trait Implementations§
Auto Trait Implementations§
impl<T, Tag> Freeze for TracerAction<T, Tag>
impl<T, Tag> RefUnwindSafe for TracerAction<T, Tag>
impl<T, Tag> Send for TracerAction<T, Tag>where
Tag: Send,
impl<T, Tag> Sync for TracerAction<T, Tag>where
Tag: Sync,
impl<T, Tag> Unpin for TracerAction<T, Tag>
impl<T, Tag> UnwindSafe for TracerAction<T, Tag>
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