pub struct BlobContentMD5(pub [u8; 16]);
Tuple Fields§
§0: [u8; 16]
Trait Implementations§
source§impl Clone for BlobContentMD5
impl Clone for BlobContentMD5
source§fn clone(&self) -> BlobContentMD5
fn clone(&self) -> BlobContentMD5
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 BlobContentMD5
impl Debug for BlobContentMD5
source§impl From<ConsistencyMD5> for BlobContentMD5
impl From<ConsistencyMD5> for BlobContentMD5
source§fn from(md5: ConsistencyMD5) -> Self
fn from(md5: ConsistencyMD5) -> Self
Converts to this type from the input type.
source§impl Header for BlobContentMD5
impl Header for BlobContentMD5
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
source§impl Ord for BlobContentMD5
impl Ord for BlobContentMD5
source§fn cmp(&self, other: &BlobContentMD5) -> Ordering
fn cmp(&self, other: &BlobContentMD5) -> Ordering
1.21.0 · source§fn 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
source§impl PartialEq for BlobContentMD5
impl PartialEq for BlobContentMD5
source§impl PartialOrd for BlobContentMD5
impl PartialOrd for BlobContentMD5
impl Eq for BlobContentMD5
impl StructuralPartialEq for BlobContentMD5
Auto Trait Implementations§
impl Freeze for BlobContentMD5
impl RefUnwindSafe for BlobContentMD5
impl Send for BlobContentMD5
impl Sync for BlobContentMD5
impl Unpin for BlobContentMD5
impl UnwindSafe for BlobContentMD5
Blanket Implementations§
source§impl<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
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<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.