pub struct Bins(/* private fields */);
Expand description
The type used for the global string cache.
This is exposed to allow e.g. serialization of the data returned by the
cache()
function.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Bins
impl !RefUnwindSafe for Bins
impl Send for Bins
impl Sync for Bins
impl Unpin for Bins
impl UnwindSafe for Bins
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