pub struct JsStringLatin1<'env> { /* 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<'env> Freeze for JsStringLatin1<'env>
impl<'env> RefUnwindSafe for JsStringLatin1<'env>
impl<'env> !Send for JsStringLatin1<'env>
impl<'env> !Sync for JsStringLatin1<'env>
impl<'env> Unpin for JsStringLatin1<'env>
impl<'env> UnwindSafe for JsStringLatin1<'env>
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