Skip to main content

JsonSyntaxNode

Type Alias JsonSyntaxNode 

Source
pub type JsonSyntaxNode = SyntaxNode<JsonLanguage>;

Aliased Type§

pub struct JsonSyntaxNode { /* private fields */ }

Trait Implementations§

Source§

impl From<AnyJsonMemberName> for JsonSyntaxNode

Source§

fn from(n: AnyJsonMemberName) -> Self

Converts to this type from the input type.
Source§

impl From<AnyJsonValue> for JsonSyntaxNode

Source§

fn from(n: AnyJsonValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonArrayValue> for JsonSyntaxNode

Source§

fn from(n: JsonArrayValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonBogus> for JsonSyntaxNode

Source§

fn from(n: JsonBogus) -> Self

Converts to this type from the input type.
Source§

impl From<JsonBogusName> for JsonSyntaxNode

Source§

fn from(n: JsonBogusName) -> Self

Converts to this type from the input type.
Source§

impl From<JsonBogusValue> for JsonSyntaxNode

Source§

fn from(n: JsonBogusValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonBooleanValue> for JsonSyntaxNode

Source§

fn from(n: JsonBooleanValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonMember> for JsonSyntaxNode

Source§

fn from(n: JsonMember) -> Self

Converts to this type from the input type.
Source§

impl From<JsonMemberName> for JsonSyntaxNode

Source§

fn from(n: JsonMemberName) -> Self

Converts to this type from the input type.
Source§

impl From<JsonMetavariable> for JsonSyntaxNode

Source§

fn from(n: JsonMetavariable) -> Self

Converts to this type from the input type.
Source§

impl From<JsonNullValue> for JsonSyntaxNode

Source§

fn from(n: JsonNullValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonNumberValue> for JsonSyntaxNode

Source§

fn from(n: JsonNumberValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonObjectValue> for JsonSyntaxNode

Source§

fn from(n: JsonObjectValue) -> Self

Converts to this type from the input type.
Source§

impl From<JsonRoot> for JsonSyntaxNode

Source§

fn from(n: JsonRoot) -> Self

Converts to this type from the input type.
Source§

impl From<JsonStringValue> for JsonSyntaxNode

Source§

fn from(n: JsonStringValue) -> Self

Converts to this type from the input type.