pub struct Runtime { /* private fields */ }Expand description
Allows a serialized engine to be serialized.
Implementations§
Source§impl Runtime
impl Runtime
Sourcepub async fn deserialize_engine_from_plan(
self,
plan: &HostBuffer,
) -> Result<Engine, Error>
pub async fn deserialize_engine_from_plan( self, plan: &HostBuffer, ) -> Result<Engine, Error>
Auto Trait Implementations§
impl Freeze for Runtime
impl RefUnwindSafe for Runtime
impl Send for Runtime
impl Sync for Runtime
impl Unpin for Runtime
impl UnsafeUnpin for Runtime
impl UnwindSafe for Runtime
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