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 ==
.impl Copy for grpc_slice_ref_whom
impl Eq for grpc_slice_ref_whom
impl StructuralEq for grpc_slice_ref_whom
impl StructuralPartialEq for grpc_slice_ref_whom
Auto Trait Implementations§
impl RefUnwindSafe for grpc_slice_ref_whom
impl Send for grpc_slice_ref_whom
impl Sync for grpc_slice_ref_whom
impl Unpin for grpc_slice_ref_whom
impl UnwindSafe for grpc_slice_ref_whom
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more