pub struct SandboxHandle {
pub id: String,
}Expand description
Opaque handle to a spawned sandbox session.
Fields§
§id: StringTrait Implementations§
Source§impl Clone for SandboxHandle
impl Clone for SandboxHandle
Source§fn clone(&self) -> SandboxHandle
fn clone(&self) -> SandboxHandle
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 moreAuto Trait Implementations§
impl Freeze for SandboxHandle
impl RefUnwindSafe for SandboxHandle
impl Send for SandboxHandle
impl Sync for SandboxHandle
impl Unpin for SandboxHandle
impl UnsafeUnpin 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