pub struct RawJsString { /* private fields */ }Expand description
Opaque type of a raw string pointer.
Auto Trait Implementations§
impl !Send for RawJsString
impl !Sync for RawJsString
impl Freeze for RawJsString
impl RefUnwindSafe for RawJsString
impl Unpin for RawJsString
impl UnsafeUnpin for RawJsString
impl UnwindSafe for RawJsString
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