pub enum WasiProgramType {
Component,
CoreModule,
}Expand description
程序类型枚举
Variants§
Trait Implementations§
Source§impl Clone for WasiProgramType
impl Clone for WasiProgramType
Source§fn clone(&self) -> WasiProgramType
fn clone(&self) -> WasiProgramType
Returns a duplicate of the value. Read more
1.0.0 · 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 WasiProgramType
impl Debug for WasiProgramType
Source§impl PartialEq for WasiProgramType
impl PartialEq for WasiProgramType
impl Copy for WasiProgramType
impl StructuralPartialEq for WasiProgramType
Auto Trait Implementations§
impl Freeze for WasiProgramType
impl RefUnwindSafe for WasiProgramType
impl Send for WasiProgramType
impl Sync for WasiProgramType
impl Unpin for WasiProgramType
impl UnsafeUnpin for WasiProgramType
impl UnwindSafe for WasiProgramType
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