Enum grpcio_sys::grpc_arg_type
source · #[repr(u32)]
pub enum grpc_arg_type {
GRPC_ARG_STRING,
GRPC_ARG_INTEGER,
GRPC_ARG_POINTER,
}
Expand description
Type specifier for grpc_arg
Variants§
Trait Implementations§
source§impl Clone for grpc_arg_type
impl Clone for grpc_arg_type
source§fn clone(&self) -> grpc_arg_type
fn clone(&self) -> grpc_arg_type
Returns a copy 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 grpc_arg_type
impl Debug for grpc_arg_type
source§impl Hash for grpc_arg_type
impl Hash for grpc_arg_type
source§impl PartialEq<grpc_arg_type> for grpc_arg_type
impl PartialEq<grpc_arg_type> for grpc_arg_type
source§fn eq(&self, other: &grpc_arg_type) -> bool
fn eq(&self, other: &grpc_arg_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.