pub struct UnsupportedCompressionAlgorithm(/* private fields */);
Expand description
The error type returned by CompressionAlgorithm::from_str()
Trait Implementations§
Source§impl PartialEq for UnsupportedCompressionAlgorithm
impl PartialEq for UnsupportedCompressionAlgorithm
Source§fn eq(&self, other: &UnsupportedCompressionAlgorithm) -> bool
fn eq(&self, other: &UnsupportedCompressionAlgorithm) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for UnsupportedCompressionAlgorithm
impl StructuralPartialEq for UnsupportedCompressionAlgorithm
Auto Trait Implementations§
impl Freeze for UnsupportedCompressionAlgorithm
impl RefUnwindSafe for UnsupportedCompressionAlgorithm
impl Send for UnsupportedCompressionAlgorithm
impl Sync for UnsupportedCompressionAlgorithm
impl Unpin for UnsupportedCompressionAlgorithm
impl UnwindSafe for UnsupportedCompressionAlgorithm
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<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.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.