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