pub struct NapiClass {
pub fields: Vec<NapiStructField>,
pub ctor: bool,
pub implement_iterator: bool,
pub is_tuple: bool,
pub use_custom_finalize: bool,
}
Fields§
§fields: Vec<NapiStructField>
§ctor: bool
§implement_iterator: bool
§is_tuple: bool
§use_custom_finalize: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NapiClass
impl RefUnwindSafe for NapiClass
impl !Send for NapiClass
impl !Sync for NapiClass
impl Unpin for NapiClass
impl UnwindSafe for NapiClass
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