pub enum TransformerType {
Show 18 variants
Unspecified,
ReadWriter,
All,
AsyncSenderSink,
ZstdCompressor,
GzipCompressor,
ZstdDecompressor,
ChaCha20Encrypt,
ChaCha20Decrypt,
Filter,
FooterGenerator,
HyperSink,
SizeProbe,
TarEncoder,
TarDecoder,
WriterSink,
Hashing,
ZipEncoder,
}Variants§
Unspecified
ReadWriter
All
AsyncSenderSink
ZstdCompressor
GzipCompressor
ZstdDecompressor
ChaCha20Encrypt
ChaCha20Decrypt
Filter
HyperSink
SizeProbe
TarEncoder
TarDecoder
WriterSink
Hashing
ZipEncoder
Trait Implementations§
Source§impl Clone for TransformerType
impl Clone for TransformerType
Source§fn clone(&self) -> TransformerType
fn clone(&self) -> TransformerType
Returns a duplicate 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 TransformerType
impl Debug for TransformerType
Source§impl Ord for TransformerType
impl Ord for TransformerType
Source§fn cmp(&self, other: &TransformerType) -> Ordering
fn cmp(&self, other: &TransformerType) -> 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 TransformerType
impl PartialEq for TransformerType
Source§impl PartialOrd for TransformerType
impl PartialOrd for TransformerType
impl Copy for TransformerType
impl Eq for TransformerType
impl StructuralPartialEq for TransformerType
Auto Trait Implementations§
impl Freeze for TransformerType
impl RefUnwindSafe for TransformerType
impl Send for TransformerType
impl Sync for TransformerType
impl Unpin for TransformerType
impl UnwindSafe for TransformerType
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> 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§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.