Enum grpcio_sys::grpc_compression_level [−][src]
#[repr(u32)]
pub enum grpc_compression_level {
GRPC_COMPRESS_LEVEL_NONE,
GRPC_COMPRESS_LEVEL_LOW,
GRPC_COMPRESS_LEVEL_MED,
GRPC_COMPRESS_LEVEL_HIGH,
GRPC_COMPRESS_LEVEL_COUNT,
}
Expand description
Compression levels allow a party with knowledge of its peer’s accepted encodings to request compression in an abstract way. The level-algorithm mapping is performed internally and depends on the peer’s supported compression algorithms.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_compression_level
impl Send for grpc_compression_level
impl Sync for grpc_compression_level
impl Unpin for grpc_compression_level
impl UnwindSafe for grpc_compression_level
Blanket Implementations
Mutably borrows from an owned value. Read more