pub struct LazyString { /* private fields */ }Expand description
A lazy string that is only concatenated when needed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LazyString
impl RefUnwindSafe for LazyString
impl Send for LazyString
impl Sync for LazyString
impl Unpin for LazyString
impl UnsafeUnpin for LazyString
impl UnwindSafe for LazyString
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