pub struct BoxDict { /* private fields */ }Expand description
This is a runtime generated, owned Dict with string slices out of some backing store.
These slices may come from a Vec<String>, or else from slices out of a single String.
Implementations§
Trait Implementations§
impl Eq for BoxDict
Source§impl<S: AsRef<str>> FromIterator<S> for BoxDict
impl<S: AsRef<str>> FromIterator<S> for BoxDict
Source§fn from_iter<T: IntoIterator<Item = S>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = S>>(iter: T) -> Self
Creates a value from an iterator. Read more
impl StructuralPartialEq for BoxDict
Auto Trait Implementations§
impl Freeze for BoxDict
impl RefUnwindSafe for BoxDict
impl Send for BoxDict
impl Sync for BoxDict
impl Unpin for BoxDict
impl UnsafeUnpin for BoxDict
impl UnwindSafe for BoxDict
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