Struct wick_config::config::components::WasmComponent
source · pub struct WasmComponent { /* private fields */ }Expand description
A WebAssembly collection.
Implementations§
source§impl WasmComponent
impl WasmComponent
Trait Implementations§
source§impl AssetManager for WasmComponent
impl AssetManager for WasmComponent
type Asset = AssetReference
fn set_baseurl(&self, baseurl: &Path)
fn assets(&self) -> Assets<'_, AssetReference>
fn get_asset_flags(&self) -> u32
source§impl Clone for WasmComponent
impl Clone for WasmComponent
source§fn clone(&self) -> WasmComponent
fn clone(&self) -> WasmComponent
Returns a copy 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 WasmComponent
impl Debug for WasmComponent
source§impl PartialEq<WasmComponent> for WasmComponent
impl PartialEq<WasmComponent> for WasmComponent
source§fn eq(&self, other: &WasmComponent) -> bool
fn eq(&self, other: &WasmComponent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WasmComponent
impl Serialize for WasmComponent
impl StructuralPartialEq for WasmComponent
Auto Trait Implementations§
impl !RefUnwindSafe for WasmComponent
impl Send for WasmComponent
impl Sync for WasmComponent
impl Unpin for WasmComponent
impl !UnwindSafe for WasmComponent
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