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
Md5Sha1Sha256Sha1NormalizedSha256NormalizedTimestampTrait Implementations
impl Clone for ChecksumAlgorithm[src]
fn clone(&self) -> ChecksumAlgorithm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for ChecksumAlgorithm[src]
fn eq(&self, __arg_0: &ChecksumAlgorithm) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.