pub enum WasiProfile {
Command,
Reactor,
Component,
}Expand description
WASI execution profile label.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WasiProfile
impl Clone for WasiProfile
Source§fn clone(&self) -> WasiProfile
fn clone(&self) -> WasiProfile
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 WasiProfile
impl Debug for WasiProfile
Source§impl Default for WasiProfile
impl Default for WasiProfile
Source§fn default() -> WasiProfile
fn default() -> WasiProfile
Returns the “default value” for a type. Read more
Source§impl Display for WasiProfile
impl Display for WasiProfile
Source§impl FromStr for WasiProfile
impl FromStr for WasiProfile
Source§impl Hash for WasiProfile
impl Hash for WasiProfile
Source§impl Ord for WasiProfile
impl Ord for WasiProfile
Source§fn cmp(&self, other: &WasiProfile) -> Ordering
fn cmp(&self, other: &WasiProfile) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WasiProfile
impl PartialEq for WasiProfile
Source§fn eq(&self, other: &WasiProfile) -> bool
fn eq(&self, other: &WasiProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WasiProfile
impl PartialOrd for WasiProfile
impl Copy for WasiProfile
impl Eq for WasiProfile
impl StructuralPartialEq for WasiProfile
Auto Trait Implementations§
impl Freeze for WasiProfile
impl RefUnwindSafe for WasiProfile
impl Send for WasiProfile
impl Sync for WasiProfile
impl Unpin for WasiProfile
impl UnsafeUnpin for WasiProfile
impl UnwindSafe for WasiProfile
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