pub struct ArenaString { /* private fields */ }Expand description
A string slice stored in an arena (UTF-8, null-terminated).
Implementations§
Auto Trait Implementations§
impl Freeze for ArenaString
impl RefUnwindSafe for ArenaString
impl Send for ArenaString
impl Sync for ArenaString
impl Unpin for ArenaString
impl UnsafeUnpin for ArenaString
impl UnwindSafe for ArenaString
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