Struct debugserver_types::Checksum [] [src]

pub struct Checksum {
    pub algorithm: ChecksumAlgorithm,
    pub checksum: String,
}

The checksum of an item calculated by the specified algorithm.

Fields

The algorithm used to calculate this checksum.

Value of the checksum.

Trait Implementations

impl Clone for Checksum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Checksum
[src]

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

This method tests for !=.

impl Debug for Checksum
[src]

Formats the value using the given formatter.