pub struct SandboxInit {
pub program: String,
pub args: Vec<String>,
}Expand description
Simple init process that manages sandbox
Fields§
§program: StringArguments to pass to user program
args: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for SandboxInit
impl RefUnwindSafe for SandboxInit
impl Send for SandboxInit
impl Sync for SandboxInit
impl Unpin for SandboxInit
impl UnwindSafe for SandboxInit
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