pub struct JSString {
pub inner: JSStringRef,
}
Expand description
A JavaScript string.
Fields§
§inner: JSStringRef
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JSString
impl RefUnwindSafe for JSString
impl !Send for JSString
impl !Sync for JSString
impl Unpin for JSString
impl UnwindSafe for JSString
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