pub struct StringExt;Implementations§
Auto Trait Implementations§
impl Freeze for StringExt
impl RefUnwindSafe for StringExt
impl Send for StringExt
impl Sync for StringExt
impl Unpin for StringExt
impl UnsafeUnpin for StringExt
impl UnwindSafe for StringExt
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