[][src]Trait qjs::SetProperty

pub trait SetProperty {
    fn set_property<T: NewValue>(
        &self,
        ctxt: &ContextRef,
        this: &Value,
        val: T
    ) -> Result<bool, Error>; }

Set a property value on an object.

Required methods

fn set_property<T: NewValue>(
    &self,
    ctxt: &ContextRef,
    this: &Value,
    val: T
) -> Result<bool, Error>

Set a property value on an object.

Loading content...

Implementations on Foreign Types

impl SetProperty for u32[src]

impl SetProperty for i64[src]

impl<'_> SetProperty for &'_ str[src]

Loading content...

Implementors

impl<'_> SetProperty for Local<'_, JSAtom>[src]

Loading content...