pub enum AppletKind {
Wasm,
Pulley,
Native,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AppletKind
impl Clone for AppletKind
Source§fn clone(&self) -> AppletKind
fn clone(&self) -> AppletKind
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 AppletKind
Source§impl Debug for AppletKind
impl Debug for AppletKind
Source§impl Display for AppletKind
Available on crate feature host only.
impl Display for AppletKind
Available on crate feature
host only.impl Eq for AppletKind
Source§impl PartialEq for AppletKind
impl PartialEq for AppletKind
Source§fn eq(&self, other: &AppletKind) -> bool
fn eq(&self, other: &AppletKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AppletKind
Auto Trait Implementations§
impl Freeze for AppletKind
impl RefUnwindSafe for AppletKind
impl Send for AppletKind
impl Sync for AppletKind
impl Unpin for AppletKind
impl UnsafeUnpin for AppletKind
impl UnwindSafe for AppletKind
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