pub struct RepStr { /* private fields */ }
Expand description
The cache result for a repeatable string.
Implementations§
Auto Trait Implementations§
impl Freeze for RepStr
impl RefUnwindSafe for RepStr
impl Send for RepStr
impl Sync for RepStr
impl Unpin for RepStr
impl UnwindSafe for RepStr
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