pub struct RawStr<'buf> { /* private fields */ }Expand description
A &str with surrounding quotes removed and it hasn’t been analyzed for escapes codes.
Implementations§
Trait Implementations§
Source§impl<'buf> Ord for RawStr<'buf>
impl<'buf> Ord for RawStr<'buf>
Source§impl<'buf> PartialOrd for RawStr<'buf>
impl<'buf> PartialOrd for RawStr<'buf>
impl<'buf> Copy for RawStr<'buf>
impl<'buf> Eq for RawStr<'buf>
impl<'buf> StructuralPartialEq for RawStr<'buf>
Auto Trait Implementations§
impl<'buf> Freeze for RawStr<'buf>
impl<'buf> RefUnwindSafe for RawStr<'buf>
impl<'buf> Send for RawStr<'buf>
impl<'buf> Sync for RawStr<'buf>
impl<'buf> Unpin for RawStr<'buf>
impl<'buf> UnwindSafe for RawStr<'buf>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)