pub struct OwnedRuntime<'a>(/* private fields */);
Expand description
Owned wrapper for anything that implements InternalRuntime, used to add a Runtime impl.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OwnedRuntime<'a>
impl<'a> !RefUnwindSafe for OwnedRuntime<'a>
impl<'a> !Send for OwnedRuntime<'a>
impl<'a> !Sync for OwnedRuntime<'a>
impl<'a> Unpin for OwnedRuntime<'a>
impl<'a> !UnwindSafe for OwnedRuntime<'a>
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