pub struct BufferStrStore;Expand description
A type than carry a StaticStrBuffer instance.
Trait Implementations§
Source§impl StaticStrStore for BufferStrStore
impl StaticStrStore for BufferStrStore
Auto Trait Implementations§
impl Freeze for BufferStrStore
impl RefUnwindSafe for BufferStrStore
impl Send for BufferStrStore
impl Sync for BufferStrStore
impl Unpin for BufferStrStore
impl UnwindSafe for BufferStrStore
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