pub struct JsonExprFormat { /* private fields */ }Implementations§
Source§impl JsonExprFormat
impl JsonExprFormat
pub fn expr(&self) -> Option<Expr>
pub fn json_format_clause(&self) -> Option<JsonFormatClause>
Trait Implementations§
Source§impl AstNode for JsonExprFormat
impl AstNode for JsonExprFormat
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 JsonExprFormat
impl Clone for JsonExprFormat
Source§fn clone(&self) -> JsonExprFormat
fn clone(&self) -> JsonExprFormat
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 JsonExprFormat
impl Debug for JsonExprFormat
Source§impl Hash for JsonExprFormat
impl Hash for JsonExprFormat
Source§impl PartialEq for JsonExprFormat
impl PartialEq for JsonExprFormat
impl Eq for JsonExprFormat
impl StructuralPartialEq for JsonExprFormat
Auto Trait Implementations§
impl Freeze for JsonExprFormat
impl !RefUnwindSafe for JsonExprFormat
impl !Send for JsonExprFormat
impl !Sync for JsonExprFormat
impl Unpin for JsonExprFormat
impl !UnwindSafe for JsonExprFormat
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