Struct syntect::parsing::syntax_definition::ContextId
source · pub struct ContextId { /* private fields */ }
Expand description
An opaque ID for a Context
.
Trait Implementations§
source§impl<'de> Deserialize<'de> for ContextId
impl<'de> Deserialize<'de> for ContextId
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<ContextId> for ContextId
impl PartialEq<ContextId> for ContextId
impl Copy for ContextId
impl Eq for ContextId
impl StructuralEq for ContextId
impl StructuralPartialEq for ContextId
Auto Trait Implementations§
impl RefUnwindSafe for ContextId
impl Send for ContextId
impl Sync for ContextId
impl Unpin for ContextId
impl UnwindSafe for ContextId
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.