Struct webc::metadata::annotations::Wapm
source · #[non_exhaustive]pub struct Wapm {
pub name: String,
pub version: String,
pub description: String,
pub license: Option<String>,
pub license_file: Option<VolumeSpecificPath>,
pub readme: Option<VolumeSpecificPath>,
pub repository: Option<String>,
pub homepage: Option<String>,
pub private: bool,
}
Expand description
Package-level annotations specific to the WebAssembly Package Manager.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.name: String
§version: String
§description: String
§license: Option<String>
§license_file: Option<VolumeSpecificPath>
§readme: Option<VolumeSpecificPath>
§repository: Option<String>
§homepage: Option<String>
§private: bool
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Wapm
impl<'de> Deserialize<'de> for Wapm
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<Wapm> for Wapm
impl PartialEq<Wapm> for Wapm
impl Eq for Wapm
impl StructuralEq for Wapm
impl StructuralPartialEq for Wapm
Auto Trait Implementations§
impl RefUnwindSafe for Wapm
impl Send for Wapm
impl Sync for Wapm
impl Unpin for Wapm
impl UnwindSafe for Wapm
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.