pub struct ObjectLiteral {
pub properties: Vec<Node>,
pub span: Option<Span>,
}Fields§
§properties: Vec<Node>§span: Option<Span>Trait Implementations§
Source§impl Clone for ObjectLiteral
impl Clone for ObjectLiteral
Source§fn clone(&self) -> ObjectLiteral
fn clone(&self) -> ObjectLiteral
Returns a copy 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 ObjectLiteral
impl Debug for ObjectLiteral
Source§impl<'de> Deserialize<'de> for ObjectLiteral
impl<'de> Deserialize<'de> for ObjectLiteral
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ObjectLiteral
impl PartialEq for ObjectLiteral
Source§impl Serialize for ObjectLiteral
impl Serialize 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 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