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