pub struct ProcessOpScope<'scope> { /* private fields */ }Implementations§
Source§impl<'scope> ProcessOpScope<'scope>
impl<'scope> ProcessOpScope<'scope>
pub fn new(scoped_effect_controller: ScopedEffectController<'scope>) -> Self
pub fn with_parent_invocation( self, parent_invocation: Option<RuntimeInvocation>, ) -> Self
pub fn with_agent_frame_id(self, agent_frame_id: Option<AgentFrameId>) -> Self
pub fn with_target_agent_frame_id( self, agent_frame_id: Option<AgentFrameId>, ) -> Self
pub fn agent_frame_id(&self) -> Option<&str>
pub fn target_agent_frame_id(&self) -> Option<&str>
Trait Implementations§
Source§impl<'scope> Clone for ProcessOpScope<'scope>
impl<'scope> Clone for ProcessOpScope<'scope>
Source§fn clone(&self) -> ProcessOpScope<'scope>
fn clone(&self) -> ProcessOpScope<'scope>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'scope> !RefUnwindSafe for ProcessOpScope<'scope>
impl<'scope> !UnwindSafe for ProcessOpScope<'scope>
impl<'scope> Freeze for ProcessOpScope<'scope>
impl<'scope> Send for ProcessOpScope<'scope>
impl<'scope> Sync for ProcessOpScope<'scope>
impl<'scope> Unpin for ProcessOpScope<'scope>
impl<'scope> UnsafeUnpin for ProcessOpScope<'scope>
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