pub struct Runnable<Layout>(/* private fields */);
Expand description
Runnable container containing single, statically linked executable
Auto Trait Implementations§
impl<Layout> Freeze for Runnable<Layout>where
Layout: Freeze,
impl<Layout> RefUnwindSafe for Runnable<Layout>where
Layout: RefUnwindSafe,
impl<Layout> Send for Runnable<Layout>where
Layout: Send,
impl<Layout> Sync for Runnable<Layout>where
Layout: Sync,
impl<Layout> Unpin for Runnable<Layout>where
Layout: Unpin,
impl<Layout> UnwindSafe for Runnable<Layout>where
Layout: UnwindSafe,
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