pub struct ExecutionContext { /* private fields */ }Expand description
Wrapper around an owned IExecutionContext*. Held inside the
TrtActor and is not Send to outside callers — the actor
owns it for life and serialises access.
Implementations§
Trait Implementations§
Source§impl Drop for ExecutionContext
impl Drop for ExecutionContext
impl Send for ExecutionContext
impl Sync for ExecutionContext
Auto Trait Implementations§
impl Freeze for ExecutionContext
impl RefUnwindSafe for ExecutionContext
impl Unpin for ExecutionContext
impl UnsafeUnpin for ExecutionContext
impl UnwindSafe for ExecutionContext
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