Struct barley_runtime::RuntimeBuilder
source · pub struct RuntimeBuilder { /* private fields */ }Expand description
A builder for a runtime.
Implementations§
source§impl RuntimeBuilder
impl RuntimeBuilder
sourcepub fn add_action(self, action: ActionObject) -> Self
pub fn add_action(self, action: ActionObject) -> Self
Add an action to the runtime.
Trait Implementations§
Auto Trait Implementations§
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