pub struct OpenCodeEventProjection { /* private fields */ }Expand description
Stateful, client-protocol-only projection of canonical SDK events. It retains no agent or session state; only the currently rendered part IDs.
Implementations§
Auto Trait Implementations§
impl Freeze for OpenCodeEventProjection
impl RefUnwindSafe for OpenCodeEventProjection
impl Send for OpenCodeEventProjection
impl Sync for OpenCodeEventProjection
impl Unpin for OpenCodeEventProjection
impl UnsafeUnpin for OpenCodeEventProjection
impl UnwindSafe for OpenCodeEventProjection
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