pub struct JSString {
pub inner: JSStringRef,
}
Expand description
A JavaScript string.
Fields§
§inner: JSStringRef
Implementations§
Trait Implementations§
Auto Trait Implementations§
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