[−][src]Struct binjs::io::entropy::dictionary::UserExtensibleData
A container for all the user-extensible data in files, e.g. string literals or numbers.
This container is used to collect statistics, such as the number of instances of a given string in a file, or the number of files that contain a given string.
Fields
identifier_name_instances: HashMap<Option<IdentifierName>, T, RandomState>
Instances of IdentifierName.
property_key_instances: HashMap<Option<PropertyKey>, T, RandomState>
Instances of PropertyKey
interface_name_instances: HashMap<InterfaceName, T, RandomState>
Instances of InterfaceName
string_literal_instances: HashMap<Option<SharedString>, T, RandomState>
Instances of string literals.
string_enum_instances: HashMap<SharedString, T, RandomState>
Instances of string enums.
list_length_instances: HashMap<Option<u32>, T, RandomState>
Instances of list lengths.
float_instances: HashMap<Option<F64>, T, RandomState>
Instances of floating-point numbers.
unsigned_long_instances: HashMap<u32, T, RandomState>
Instances of unsigned longs.
Methods
impl<T> UserExtensibleData<T>
[src][−]
Trait Implementations
impl<T> Clone for UserExtensibleData<T> where
T: Clone,
[src][+]
T: Clone,
impl<T> Debug for UserExtensibleData<T> where
T: Debug,
[src][+]
T: Debug,
impl<T> Default for UserExtensibleData<T> where
T: Default,
[src][+]
T: Default,
impl<'de, T> Deserialize<'de> for UserExtensibleData<T> where
T: Deserialize<'de>,
[src][+]
T: Deserialize<'de>,
impl<T> Serialize for UserExtensibleData<T> where
T: Serialize,
[src][+]
T: Serialize,
Auto Trait Implementations
impl<T> !RefUnwindSafe for UserExtensibleData<T>
impl<T> !Send for UserExtensibleData<T>
impl<T> !Sync for UserExtensibleData<T>
impl<T> Unpin for UserExtensibleData<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for UserExtensibleData<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Downcast for T where
T: Any,
[src][+]
T: Any,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,