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