pub struct SandboxId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for SandboxId
impl Eq for SandboxId
impl StructuralPartialEq for SandboxId
Auto Trait Implementations§
impl Freeze for SandboxId
impl RefUnwindSafe for SandboxId
impl Send for SandboxId
impl Sync for SandboxId
impl Unpin for SandboxId
impl UnsafeUnpin for SandboxId
impl UnwindSafe for SandboxId
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