Struct webc::metadata::annotations::Wasi
source · #[non_exhaustive]pub struct Wasi {
pub atom: String,
pub package: Option<String>,
pub env: Option<Vec<String>>,
pub main_args: Option<Vec<String>>,
pub mount_atom_in_volume: Option<String>,
}
Expand description
Annotations used by WASI runners.
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.atom: String
👎Deprecated since 5.5.0: Use the explicit “atom” annotation instead
§package: Option<String>
§env: Option<Vec<String>>
§main_args: Option<Vec<String>>
§mount_atom_in_volume: Option<String>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Wasi
impl<'de> Deserialize<'de> for Wasi
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<Wasi> for Wasi
impl PartialEq<Wasi> for Wasi
impl Eq for Wasi
impl StructuralEq for Wasi
impl StructuralPartialEq for Wasi
Auto Trait Implementations§
impl RefUnwindSafe for Wasi
impl Send for Wasi
impl Sync for Wasi
impl Unpin for Wasi
impl UnwindSafe for Wasi
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.