Enum webc::metadata::BindingsExtended
source · pub enum BindingsExtended {
Wit(WitBindings),
Wai(WaiBindings),
}
Variants§
Wit(WitBindings)
Wai(WaiBindings)
Implementations§
Trait Implementations§
source§impl Clone for BindingsExtended
impl Clone for BindingsExtended
source§fn clone(&self) -> BindingsExtended
fn clone(&self) -> BindingsExtended
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 BindingsExtended
impl Debug for BindingsExtended
source§impl<'de> Deserialize<'de> for BindingsExtended
impl<'de> Deserialize<'de> for BindingsExtended
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<BindingsExtended> for BindingsExtended
impl PartialEq<BindingsExtended> for BindingsExtended
source§fn eq(&self, other: &BindingsExtended) -> bool
fn eq(&self, other: &BindingsExtended) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.