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