pub struct VariantMap {
pub map: FxHashMap<Variant, Variant>,
}
Fields§
§map: FxHashMap<Variant, Variant>
Implementations§
Source§impl VariantMap
impl VariantMap
Trait Implementations§
Source§impl Clone for VariantMap
impl Clone for VariantMap
Source§fn clone(&self) -> VariantMap
fn clone(&self) -> VariantMap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VariantMap
impl Debug for VariantMap
Source§impl Display for VariantMap
impl Display for VariantMap
Source§impl From<VariantMap> for Variant
impl From<VariantMap> for Variant
Source§fn from(original: VariantMap) -> Variant
fn from(original: VariantMap) -> Variant
Converts to this type from the input type.
Source§impl Hash for VariantMap
impl Hash for VariantMap
Source§impl PartialEq for VariantMap
impl PartialEq for VariantMap
impl Eq for VariantMap
impl StructuralPartialEq for VariantMap
Auto Trait Implementations§
impl Freeze for VariantMap
impl RefUnwindSafe for VariantMap
impl Send for VariantMap
impl Sync for VariantMap
impl Unpin for VariantMap
impl UnwindSafe for VariantMap
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