Enum kpdb::BinaryValue [] [src]

pub enum BinaryValue {
    Plain(Vec<u8>),
    Protected(SecStr),
    Ref(BinaryId),
}

A value for entry's map with binaries.

Variants

Plain binary value.

Protected binary value.

Reference to an item in the global binaries map.

Trait Implementations

impl Clone for BinaryValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BinaryValue
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BinaryValue
[src]

[src]

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

[src]

This method tests for !=.