pub struct ObjectLiteral {
pub members: Vec<ObjectMemberNode>,
}Fields§
§members: Vec<ObjectMemberNode>Trait Implementations§
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 PartialEq for ObjectLiteral
impl PartialEq for ObjectLiteral
impl StructuralPartialEq for ObjectLiteral
Auto Trait Implementations§
impl Freeze for ObjectLiteral
impl RefUnwindSafe for ObjectLiteral
impl Send for ObjectLiteral
impl Sync for ObjectLiteral
impl Unpin for ObjectLiteral
impl UnsafeUnpin for ObjectLiteral
impl UnwindSafe 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