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