pub struct ChecksumType(/* private fields */);Implementations§
Source§impl ChecksumType
impl ChecksumType
Trait Implementations§
Source§impl Clone for ChecksumType
impl Clone for ChecksumType
Source§fn clone(&self) -> ChecksumType
fn clone(&self) -> ChecksumType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChecksumType
impl Debug for ChecksumType
Source§impl<'xml> DeserializeContent<'xml> for ChecksumType
Available on crate feature minio only.
impl<'xml> DeserializeContent<'xml> for ChecksumType
Available on crate feature
minio only.Source§fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
Deserializes the content of the data type Read more
impl Eq for ChecksumType
Source§impl From<ChecksumType> for Cow<'static, str>
impl From<ChecksumType> for Cow<'static, str>
Source§fn from(s: ChecksumType) -> Self
fn from(s: ChecksumType) -> Self
Converts to this type from the input type.
Source§impl From<String> for ChecksumType
impl From<String> for ChecksumType
Source§impl FromStr for ChecksumType
impl FromStr for ChecksumType
Source§impl PartialEq for ChecksumType
impl PartialEq for ChecksumType
Source§fn eq(&self, other: &ChecksumType) -> bool
fn eq(&self, other: &ChecksumType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SerializeContent for ChecksumType
Available on crate feature minio only.
impl SerializeContent for ChecksumType
Available on crate feature
minio only.Source§fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
Serializes the content of the data type Read more
impl StructuralPartialEq for ChecksumType
Auto Trait Implementations§
impl Freeze for ChecksumType
impl RefUnwindSafe for ChecksumType
impl Send for ChecksumType
impl Sync for ChecksumType
impl Unpin for ChecksumType
impl UnsafeUnpin for ChecksumType
impl UnwindSafe for ChecksumType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.