pub struct ObjectLiteral { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ObjectLiteral
impl AstNode for ObjectLiteral
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for ObjectLiteral
impl Clone for ObjectLiteral
Source§fn clone(&self) -> ObjectLiteral
fn clone(&self) -> ObjectLiteral
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectLiteral
impl Debug for ObjectLiteral
impl Eq for ObjectLiteral
Source§impl Hash for ObjectLiteral
impl Hash for ObjectLiteral
Source§impl PartialEq for ObjectLiteral
impl PartialEq for ObjectLiteral
impl StructuralPartialEq for ObjectLiteral
Auto Trait Implementations§
impl !RefUnwindSafe for ObjectLiteral
impl !Send for ObjectLiteral
impl !Sync for ObjectLiteral
impl !UnwindSafe for ObjectLiteral
impl Freeze for ObjectLiteral
impl Unpin for ObjectLiteral
impl UnsafeUnpin for ObjectLiteral
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