Enum merkle_tree::SerializationFormat [] [src]

pub enum SerializationFormat {
    Json,
    MsgPack,
    Bincode,
}

Перечисление для хранения типа формата сериализации.

Variants

JSON

MsgPack

Bincode

Methods

impl SerializationFormat
[src]

[src]

Сериализует переданное значение в зависимости от типа выбранного формата сериализации.

Trait Implementations

impl Debug for SerializationFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SerializationFormat
[src]

impl PartialEq for SerializationFormat
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations