Struct nstd_sys::core::str::NSTDStrMut
source · #[repr(C)]pub struct NSTDStrMut { /* private fields */ }Available on crate feature
core only.Expand description
An unowned view into a UTF-8 encoded byte string.
Auto Trait Implementations§
impl RefUnwindSafe for NSTDStrMut
impl !Send for NSTDStrMut
impl !Sync for NSTDStrMut
impl Unpin for NSTDStrMut
impl UnwindSafe for NSTDStrMut
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