pub struct StringStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for StringStore
impl Default for StringStore
Source§fn default() -> StringStore
fn default() -> StringStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StringStore
impl RefUnwindSafe for StringStore
impl Send for StringStore
impl Sync for StringStore
impl Unpin for StringStore
impl UnsafeUnpin for StringStore
impl UnwindSafe for StringStore
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