Struct rquickjs_core::Property [−][src]
pub struct Property<T> { /* fields omitted */ }
This is supported on crate feature
properties
only.Expand description
The data descriptor of a property
Implementations
Make the property to be configurable
Make the property to be enumerable
Trait Implementations
Create property data descriptor from value
Auto Trait Implementations
impl<T> RefUnwindSafe for Property<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Property<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more