pub struct SandboxHandle { /* private fields */ }Expand description
Handle to a sandbox within a with_sandbox closure.
Owns a clone of the client (cheap — reqwest::Client is Arc-backed).
Implementations§
Auto Trait Implementations§
impl Freeze for SandboxHandle
impl !RefUnwindSafe for SandboxHandle
impl Send for SandboxHandle
impl Sync for SandboxHandle
impl Unpin for SandboxHandle
impl !UnwindSafe for SandboxHandle
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