Struct dacite::core::SpecializationInfo [] [src]

pub struct SpecializationInfo {
    pub map_entries: Vec<SpecializationMapEntry>,
    pub data: Vec<u8>,
}

Fields

Methods

impl SpecializationInfo
[src]

Trait Implementations

impl Debug for SpecializationInfo
[src]

Formats the value using the given formatter.

impl Clone for SpecializationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SpecializationInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SpecializationInfo
[src]

impl Hash for SpecializationInfo
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for SpecializationInfo
[src]

Returns the "default value" for a type. Read more