pub type JsonSyntaxNode = SyntaxNode<JsonLanguage>;
Aliased Type§
struct JsonSyntaxNode { /* private fields */ }
Trait Implementations§
Source§impl From<AnyJsonValue> for JsonSyntaxNode
impl From<AnyJsonValue> for JsonSyntaxNode
Source§fn from(n: AnyJsonValue) -> SyntaxNode
fn from(n: AnyJsonValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonArrayValue> for JsonSyntaxNode
impl From<JsonArrayValue> for JsonSyntaxNode
Source§fn from(n: JsonArrayValue) -> SyntaxNode
fn from(n: JsonArrayValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonBogus> for JsonSyntaxNode
impl From<JsonBogus> for JsonSyntaxNode
Source§fn from(n: JsonBogus) -> SyntaxNode
fn from(n: JsonBogus) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonBogusValue> for JsonSyntaxNode
impl From<JsonBogusValue> for JsonSyntaxNode
Source§fn from(n: JsonBogusValue) -> SyntaxNode
fn from(n: JsonBogusValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonBooleanValue> for JsonSyntaxNode
impl From<JsonBooleanValue> for JsonSyntaxNode
Source§fn from(n: JsonBooleanValue) -> SyntaxNode
fn from(n: JsonBooleanValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonMember> for JsonSyntaxNode
impl From<JsonMember> for JsonSyntaxNode
Source§fn from(n: JsonMember) -> SyntaxNode
fn from(n: JsonMember) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonMemberName> for JsonSyntaxNode
impl From<JsonMemberName> for JsonSyntaxNode
Source§fn from(n: JsonMemberName) -> SyntaxNode
fn from(n: JsonMemberName) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonNullValue> for JsonSyntaxNode
impl From<JsonNullValue> for JsonSyntaxNode
Source§fn from(n: JsonNullValue) -> SyntaxNode
fn from(n: JsonNullValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonNumberValue> for JsonSyntaxNode
impl From<JsonNumberValue> for JsonSyntaxNode
Source§fn from(n: JsonNumberValue) -> SyntaxNode
fn from(n: JsonNumberValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonObjectValue> for JsonSyntaxNode
impl From<JsonObjectValue> for JsonSyntaxNode
Source§fn from(n: JsonObjectValue) -> SyntaxNode
fn from(n: JsonObjectValue) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonRoot> for JsonSyntaxNode
impl From<JsonRoot> for JsonSyntaxNode
Source§fn from(n: JsonRoot) -> SyntaxNode
fn from(n: JsonRoot) -> SyntaxNode
Converts to this type from the input type.
Source§impl From<JsonStringValue> for JsonSyntaxNode
impl From<JsonStringValue> for JsonSyntaxNode
Source§fn from(n: JsonStringValue) -> SyntaxNode
fn from(n: JsonStringValue) -> SyntaxNode
Converts to this type from the input type.