pub struct RuntimeBuilder { /* private fields */ }Expand description
A builder for a runtime.
Implementations§
Source§impl RuntimeBuilder
impl RuntimeBuilder
Sourcepub async fn add_action(self, action: ActionObject) -> Self
pub async fn add_action(self, action: ActionObject) -> Self
Add an action to the runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeBuilder
impl !RefUnwindSafe for RuntimeBuilder
impl Send for RuntimeBuilder
impl Sync for RuntimeBuilder
impl Unpin for RuntimeBuilder
impl !UnwindSafe for RuntimeBuilder
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