pub struct LocalProcessSandbox { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Sandbox for LocalProcessSandbox
impl Sandbox for LocalProcessSandbox
fn apply<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
mutation: &'life1 PreparedMutation,
policy: &'life2 SandboxPolicy,
) -> Pin<Box<dyn Future<Output = Result<SandboxReceipt, SandboxError>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
LocalProcessSandbox: 'async_trait,
Auto Trait Implementations§
impl Freeze for LocalProcessSandbox
impl RefUnwindSafe for LocalProcessSandbox
impl Send for LocalProcessSandbox
impl Sync for LocalProcessSandbox
impl Unpin for LocalProcessSandbox
impl UnsafeUnpin for LocalProcessSandbox
impl UnwindSafe for LocalProcessSandbox
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