pub struct StringBuf { /* private fields */ }Expand description
Backend for strings
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringBuf
impl RefUnwindSafe for StringBuf
impl Send for StringBuf
impl Sync for StringBuf
impl Unpin for StringBuf
impl UnwindSafe for StringBuf
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