pub struct Property<'a> {
pub key: ExpressionNode<'a>,
pub value: JsChildNode<'a>,
pub loc: SourceLocation,
}Expand description
Object property
Fields§
§key: ExpressionNode<'a>§value: JsChildNode<'a>§loc: SourceLocationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Property<'a>
impl<'a> !Send for Property<'a>
impl<'a> !Sync for Property<'a>
impl<'a> !UnwindSafe for Property<'a>
impl<'a> Freeze for Property<'a>
impl<'a> Unpin for Property<'a>
impl<'a> UnsafeUnpin for Property<'a>
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