[−][src]Trait neon::object::PropertyKey
A property key in a JavaScript object.
A property key in a JavaScript object.
unsafe fn get_from(self, out: &mut Local, obj: Local) -> boolunsafe fn set_from(self, out: &mut bool, obj: Local, val: Local) -> boolimpl PropertyKey for u32[src]unsafe fn get_from(self, out: &mut Local, obj: Local) -> bool[src]unsafe fn set_from(self, out: &mut bool, obj: Local, val: Local) -> bool[src]impl<'a> PropertyKey for &'a str[src]unsafe fn get_from(self, out: &mut Local, obj: Local) -> bool[src]unsafe fn set_from(self, out: &mut bool, obj: Local, val: Local) -> bool[src]