pub struct StringStringMap {
pub fst_map: Map<Mmap>,
/* private fields */
}
Fields§
§fst_map: Map<Mmap>
Implementations§
Auto Trait Implementations§
impl Freeze for StringStringMap
impl RefUnwindSafe for StringStringMap
impl Send for StringStringMap
impl Sync for StringStringMap
impl Unpin for StringStringMap
impl UnwindSafe for StringStringMap
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