Enum grpcio_sys::grpc_compression_algorithm [−][src]
#[repr(u32)]
pub enum grpc_compression_algorithm {
GRPC_COMPRESS_NONE,
GRPC_COMPRESS_DEFLATE,
GRPC_COMPRESS_GZIP,
GRPC_COMPRESS_STREAM_GZIP,
GRPC_COMPRESS_ALGORITHMS_COUNT,
}
Expand description
The various compression algorithms supported by gRPC (not sorted by compression level)
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for grpc_compression_algorithm
impl Send for grpc_compression_algorithm
impl Sync for grpc_compression_algorithm
impl Unpin for grpc_compression_algorithm
impl UnwindSafe for grpc_compression_algorithm
Blanket Implementations
Mutably borrows from an owned value. Read more