pub struct ProcessSandbox;Expand description
The out-of-process sandbox.
Clone-cheap: it holds no per-instance state. Each
load_module spawns a fresh child
with its own pipes and an empty capability envelope.
Implementations§
Trait Implementations§
Source§impl Clone for ProcessSandbox
impl Clone for ProcessSandbox
Source§fn clone(&self) -> ProcessSandbox
fn clone(&self) -> ProcessSandbox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcessSandbox
impl Debug for ProcessSandbox
Source§impl Default for ProcessSandbox
impl Default for ProcessSandbox
Source§fn default() -> ProcessSandbox
fn default() -> ProcessSandbox
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessSandbox
impl RefUnwindSafe for ProcessSandbox
impl Send for ProcessSandbox
impl Sync for ProcessSandbox
impl Unpin for ProcessSandbox
impl UnsafeUnpin for ProcessSandbox
impl UnwindSafe for ProcessSandbox
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