pub struct StringStr<'t> {
pub str: Str<'t>,
}Expand description
Type derived for production 141
String: Str;
Fields§
§str: Str<'t>Trait Implementations§
Auto Trait Implementations§
impl<'t> Freeze for StringStr<'t>
impl<'t> RefUnwindSafe for StringStr<'t>
impl<'t> Send for StringStr<'t>
impl<'t> Sync for StringStr<'t>
impl<'t> Unpin for StringStr<'t>
impl<'t> UnsafeUnpin for StringStr<'t>
impl<'t> UnwindSafe for StringStr<'t>
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