pub struct StringStrStore;
Expand description
A StaticStrStore
where implementation leak allocated buffer of the String
`.
This is a very simple implementation, but do one allocation by value.
Trait Implementations§
Source§impl PartialEq for StringStrStore
impl PartialEq for StringStrStore
Source§impl StaticStrStore for StringStrStore
impl StaticStrStore for StringStrStore
impl StructuralPartialEq for StringStrStore
Auto Trait Implementations§
impl Freeze for StringStrStore
impl RefUnwindSafe for StringStrStore
impl Send for StringStrStore
impl Sync for StringStrStore
impl Unpin for StringStrStore
impl UnwindSafe for StringStrStore
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