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