Struct syntect::parsing::syntax_definition::LinkerLink [] [src]

pub struct LinkerLink {
    pub link: Weak<RefCell<Context>>,
}

This wrapper only exists so that I can implement a serialization trait that crashes if you try and serialize this.

Fields

Trait Implementations

impl Debug for LinkerLink
[src]

Formats the value using the given formatter.

impl Eq for LinkerLink
[src]

impl PartialEq for LinkerLink
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Serialize for LinkerLink
[src]

Just panics, we can't do anything with linked up syntaxes

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for LinkerLink
[src]

Just panics, we can't do anything with linked up syntaxes

Deserialize this value from the given Serde deserializer. Read more