Enum syntaxdot_encoders::depseq::PosLayer
source · pub enum PosLayer {
UPos,
XPos,
}Expand description
Part-of-speech layer.
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for PosLayer
impl<'de> Deserialize<'de> for PosLayer
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
impl Copy for PosLayer
impl Eq for PosLayer
impl StructuralEq for PosLayer
impl StructuralPartialEq for PosLayer
Auto Trait Implementations§
impl RefUnwindSafe for PosLayer
impl Send for PosLayer
impl Sync for PosLayer
impl Unpin for PosLayer
impl UnwindSafe for PosLayer
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.