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 for ContextId
impl PartialEq 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<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more