Struct node_bindgen::core::PropertiesBuilder
source · pub struct PropertiesBuilder(_);Implementations§
source§impl PropertiesBuilder
impl PropertiesBuilder
pub fn new() -> PropertiesBuilder
pub fn append(self, property: Property) -> PropertiesBuilder
pub fn mut_append(&mut self, property: Property)
pub fn as_raw_properties(&self) -> Vec<napi_property_descriptor, Global> ⓘ
Trait Implementations§
source§impl Default for PropertiesBuilder
impl Default for PropertiesBuilder
source§fn default() -> PropertiesBuilder
fn default() -> PropertiesBuilder
Returns the “default value” for a type. Read more