Enum grpcio_sys::grpc_slice_ref_whom
source · #[repr(u32)]
pub enum grpc_slice_ref_whom {
GRPC_SLICE_REF_TAIL,
GRPC_SLICE_REF_HEAD,
GRPC_SLICE_REF_BOTH,
}
Variants§
Trait Implementations§
source§impl Clone for grpc_slice_ref_whom
impl Clone for grpc_slice_ref_whom
source§fn clone(&self) -> grpc_slice_ref_whom
fn clone(&self) -> grpc_slice_ref_whom
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_slice_ref_whom
impl Debug for grpc_slice_ref_whom
source§impl Hash for grpc_slice_ref_whom
impl Hash for grpc_slice_ref_whom
source§impl PartialEq<grpc_slice_ref_whom> for grpc_slice_ref_whom
impl PartialEq<grpc_slice_ref_whom> for grpc_slice_ref_whom
source§fn eq(&self, other: &grpc_slice_ref_whom) -> bool
fn eq(&self, other: &grpc_slice_ref_whom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.