Struct azure_storage_blobs::prelude::BlobContentMD5
source · [−]pub struct BlobContentMD5(_);
Trait Implementations
sourceimpl Clone for BlobContentMD5
impl Clone for BlobContentMD5
sourcefn clone(&self) -> BlobContentMD5
fn clone(&self) -> BlobContentMD5
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BlobContentMD5
impl Debug for BlobContentMD5
sourceimpl From<ConsistencyMD5> for BlobContentMD5
impl From<ConsistencyMD5> for BlobContentMD5
sourcefn from(md5: ConsistencyMD5) -> Self
fn from(md5: ConsistencyMD5) -> Self
Converts to this type from the input type.
sourceimpl From<Digest> for BlobContentMD5
impl From<Digest> for BlobContentMD5
sourceimpl Header for BlobContentMD5
impl Header for BlobContentMD5
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
sourceimpl Ord for BlobContentMD5
impl Ord for BlobContentMD5
sourcefn cmp(&self, other: &BlobContentMD5) -> Ordering
fn cmp(&self, other: &BlobContentMD5) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<BlobContentMD5> for BlobContentMD5
impl PartialEq<BlobContentMD5> for BlobContentMD5
sourcefn eq(&self, other: &BlobContentMD5) -> bool
fn eq(&self, other: &BlobContentMD5) -> bool
sourceimpl PartialOrd<BlobContentMD5> for BlobContentMD5
impl PartialOrd<BlobContentMD5> for BlobContentMD5
sourcefn partial_cmp(&self, other: &BlobContentMD5) -> Option<Ordering>
fn partial_cmp(&self, other: &BlobContentMD5) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for BlobContentMD5
impl StructuralEq for BlobContentMD5
impl StructuralPartialEq for BlobContentMD5
Auto Trait Implementations
impl RefUnwindSafe for BlobContentMD5
impl Send for BlobContentMD5
impl Sync for BlobContentMD5
impl Unpin for BlobContentMD5
impl UnwindSafe for BlobContentMD5
Blanket Implementations
sourceimpl<T> AsHeaders for Twhere
T: Header,
impl<T> AsHeaders for Twhere
T: Header,
type Iter = IntoIter<(HeaderName, HeaderValue)>
fn as_headers(&self) -> <T as AsHeaders>::Iter
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.