Struct nstd_sys::string::NSTDString
source · #[repr(C)]pub struct NSTDString { /* private fields */ }Available on crate feature
nstd_string only.Expand description
Dynamically sized UTF-8 encoded byte string.
Trait Implementations
sourceimpl Debug for NSTDString
impl Debug for NSTDString
Auto Trait Implementations
impl RefUnwindSafe for NSTDString
impl !Send for NSTDString
impl !Sync for NSTDString
impl Unpin for NSTDString
impl UnwindSafe for NSTDString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more