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