Struct webc::metadata::WaiBindings
source · pub struct WaiBindings {
pub exports: Option<String>,
pub module: String,
pub imports: Vec<String>,
}
Fields§
§exports: Option<String>
§module: String
§imports: Vec<String>
Implementations§
source§impl WaiBindings
impl WaiBindings
pub fn metadata_paths(&self) -> Vec<&str>
Trait Implementations§
source§impl Clone for WaiBindings
impl Clone for WaiBindings
source§fn clone(&self) -> WaiBindings
fn clone(&self) -> WaiBindings
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 WaiBindings
impl Debug for WaiBindings
source§impl Default for WaiBindings
impl Default for WaiBindings
source§fn default() -> WaiBindings
fn default() -> WaiBindings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WaiBindings
impl<'de> Deserialize<'de> for WaiBindings
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<WaiBindings> for WaiBindings
impl PartialEq<WaiBindings> for WaiBindings
source§fn eq(&self, other: &WaiBindings) -> bool
fn eq(&self, other: &WaiBindings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.