pub struct IsJson { /* private fields */ }
Implementations§
Source§impl IsJson
impl IsJson
pub fn json_keys_unique_clause(&self) -> Option<JsonKeysUniqueClause>
pub fn is_token(&self) -> Option<SyntaxToken>
pub fn json_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for IsJson
impl AstNode for IsJson
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
impl Eq for IsJson
impl StructuralPartialEq for IsJson
Auto Trait Implementations§
impl Freeze for IsJson
impl !RefUnwindSafe for IsJson
impl !Send for IsJson
impl !Sync for IsJson
impl Unpin for IsJson
impl !UnwindSafe for IsJson
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