Enum debugserver_types::ChecksumAlgorithm [] [src]

pub enum ChecksumAlgorithm {
    Md5,
    Sha1,
    Sha256,
    Sha1Normalized,
    Sha256Normalized,
    Timestamp,
}

Names of checksum algorithms that may be supported by a debug adapter.

Variants

Trait Implementations

impl Clone for ChecksumAlgorithm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ChecksumAlgorithm
[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 ChecksumAlgorithm
[src]

Formats the value using the given formatter.