pub enum EncodingConstraint {
Encode7bit,
Encode8bit,
EncodeBinary,
// some variants omitted
}
Used with functions like FilterBestExt::encoding
and
ObjectExt::encode
as the 'constraint' argument. These values
provide a means of letting the filter know what the encoding
constraints are for the stream.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more