Struct webc::metadata::annotations::Wcgi
source · #[non_exhaustive]pub struct Wcgi {
pub dialect: Option<String>,
}
Expand description
Annotations used by WCGI 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.dialect: Option<String>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Wcgi
impl<'de> Deserialize<'de> for Wcgi
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<Wcgi> for Wcgi
impl PartialEq<Wcgi> for Wcgi
impl Eq for Wcgi
impl StructuralEq for Wcgi
impl StructuralPartialEq for Wcgi
Auto Trait Implementations§
impl RefUnwindSafe for Wcgi
impl Send for Wcgi
impl Sync for Wcgi
impl Unpin for Wcgi
impl UnwindSafe for Wcgi
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.