pub struct TrtRuntime { /* private fields */ }Expand description
Owned wrapper for IRuntime, used to deserialise plan blobs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrtRuntime
impl RefUnwindSafe for TrtRuntime
impl Unpin for TrtRuntime
impl UnsafeUnpin for TrtRuntime
impl UnwindSafe for TrtRuntime
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