Struct napi_h::JsStringUtf8
source · pub struct JsStringUtf8 { /* private fields */ }
Implementations§
Trait Implementations§
source§impl From<JsStringUtf8> for Vec<u8>
impl From<JsStringUtf8> for Vec<u8>
source§fn from(value: JsStringUtf8) -> Self
fn from(value: JsStringUtf8) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JsStringUtf8
impl RefUnwindSafe for JsStringUtf8
impl !Send for JsStringUtf8
impl !Sync for JsStringUtf8
impl Unpin for JsStringUtf8
impl UnwindSafe for JsStringUtf8
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