pub struct ServiceRuntime<St>(/* private fields */);Implementations§
Source§impl<St: State<St, Io> + Clone + 'static> ServiceRuntime<St>
impl<St: State<St, Io> + Clone + 'static> ServiceRuntime<St>
Trait Implementations§
Auto Trait Implementations§
impl<St> !RefUnwindSafe for ServiceRuntime<St>
impl<St> !Send for ServiceRuntime<St>
impl<St> !Sync for ServiceRuntime<St>
impl<St> !UnwindSafe for ServiceRuntime<St>
impl<St> Freeze for ServiceRuntime<St>
impl<St> Unpin for ServiceRuntime<St>
impl<St> UnsafeUnpin for ServiceRuntime<St>
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