pub struct RuntimeBundle {
pub memory: Arc<dyn MemoryBackend>,
pub chat: ChatService,
pub harness: Harness,
}Fields§
§memory: Arc<dyn MemoryBackend>§chat: ChatService§harness: HarnessTrait Implementations§
Source§impl Clone for RuntimeBundle
impl Clone for RuntimeBundle
Source§fn clone(&self) -> RuntimeBundle
fn clone(&self) -> RuntimeBundle
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for RuntimeBundle
impl !RefUnwindSafe for RuntimeBundle
impl Send for RuntimeBundle
impl Sync for RuntimeBundle
impl Unpin for RuntimeBundle
impl !UnwindSafe for RuntimeBundle
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