pub struct CString<'js> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'js> Freeze for CString<'js>
impl<'js> RefUnwindSafe for CString<'js>
impl<'js> !Send for CString<'js>
impl<'js> !Sync for CString<'js>
impl<'js> Unpin for CString<'js>
impl<'js> !UnwindSafe for CString<'js>
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