#[repr(C)]pub struct JsiString { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ExternType for JsiString
impl ExternType for JsiString
impl UniquePtrTarget for JsiString
Auto Trait Implementations§
impl !Freeze for JsiString
impl RefUnwindSafe for JsiString
impl !Send for JsiString
impl !Sync for JsiString
impl !Unpin for JsiString
impl UnwindSafe for JsiString
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