pub struct CreatedContainer { /* private fields */ }Expand description
Handle returned by Container::create() representing a container whose
child process has been forked and is blocked on the exec FIFO, waiting for
start() to release it.
Implementations§
Auto Trait Implementations§
impl Freeze for CreatedContainer
impl !RefUnwindSafe for CreatedContainer
impl Send for CreatedContainer
impl Sync for CreatedContainer
impl Unpin for CreatedContainer
impl UnsafeUnpin for CreatedContainer
impl !UnwindSafe for CreatedContainer
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