pub struct IsJsonObject { /* private fields */ }
Implementations§
Source§impl IsJsonObject
impl IsJsonObject
pub fn json_keys_unique_clause(&self) -> Option<JsonKeysUniqueClause>
pub fn is_token(&self) -> Option<SyntaxToken>
pub fn json_token(&self) -> Option<SyntaxToken>
pub fn object_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for IsJsonObject
impl AstNode for IsJsonObject
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,
Source§impl Clone for IsJsonObject
impl Clone for IsJsonObject
Source§fn clone(&self) -> IsJsonObject
fn clone(&self) -> IsJsonObject
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IsJsonObject
impl Debug for IsJsonObject
Source§impl Hash for IsJsonObject
impl Hash for IsJsonObject
Source§impl PartialEq for IsJsonObject
impl PartialEq for IsJsonObject
impl Eq for IsJsonObject
impl StructuralPartialEq for IsJsonObject
Auto Trait Implementations§
impl Freeze for IsJsonObject
impl !RefUnwindSafe for IsJsonObject
impl !Send for IsJsonObject
impl !Sync for IsJsonObject
impl Unpin for IsJsonObject
impl !UnwindSafe for IsJsonObject
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