Struct s3s::dto::ChecksumAlgorithm
source · pub struct ChecksumAlgorithm(_);Implementations§
Trait Implementations§
source§impl Clone for ChecksumAlgorithm
impl Clone for ChecksumAlgorithm
source§fn clone(&self) -> ChecksumAlgorithm
fn clone(&self) -> ChecksumAlgorithm
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ChecksumAlgorithm
impl Debug for ChecksumAlgorithm
source§impl From<ChecksumAlgorithm> for Cow<'static, str>
impl From<ChecksumAlgorithm> for Cow<'static, str>
source§fn from(s: ChecksumAlgorithm) -> Self
fn from(s: ChecksumAlgorithm) -> Self
Converts to this type from the input type.
source§impl From<String> for ChecksumAlgorithm
impl From<String> for ChecksumAlgorithm
source§impl FromStr for ChecksumAlgorithm
impl FromStr for ChecksumAlgorithm
source§impl PartialEq<ChecksumAlgorithm> for ChecksumAlgorithm
impl PartialEq<ChecksumAlgorithm> for ChecksumAlgorithm
source§fn eq(&self, other: &ChecksumAlgorithm) -> bool
fn eq(&self, other: &ChecksumAlgorithm) -> bool
This method tests for
self and other values to be equal, and is used
by ==.