pub struct WasmContext {
pub context_id: String,
pub vm_id: String,
pub module_path: Option<String>,
}Fields§
§context_id: String§vm_id: String§module_path: Option<String>Trait Implementations§
Source§impl Clone for WasmContext
impl Clone for WasmContext
Source§fn clone(&self) -> WasmContext
fn clone(&self) -> WasmContext
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 moreSource§impl Debug for WasmContext
impl Debug for WasmContext
impl Eq for WasmContext
Source§impl PartialEq for WasmContext
impl PartialEq for WasmContext
Source§fn eq(&self, other: &WasmContext) -> bool
fn eq(&self, other: &WasmContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WasmContext
Auto Trait Implementations§
impl Freeze for WasmContext
impl RefUnwindSafe for WasmContext
impl Send for WasmContext
impl Sync for WasmContext
impl Unpin for WasmContext
impl UnsafeUnpin for WasmContext
impl UnwindSafe for WasmContext
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