pub struct RunningSandbox {
pub socket: UnixStream,
/* private fields */
}
Fields§
§socket: UnixStream
Implementations§
Source§impl RunningSandbox
impl RunningSandbox
pub fn wait(self) -> Result<RunningSandbox>
Auto Trait Implementations§
impl Freeze for RunningSandbox
impl RefUnwindSafe for RunningSandbox
impl Send for RunningSandbox
impl Sync for RunningSandbox
impl Unpin for RunningSandbox
impl UnwindSafe for RunningSandbox
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