#[non_exhaustive]pub struct Str {}๐ฌThis is a nightly-only experimental API. (
type_info #146922)Expand description
Compile-time type information about string slice types.
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for Str
impl RefUnwindSafe for Str
impl Send for Str
impl Sync for Str
impl Unpin for Str
impl UnwindSafe for Str
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