#[repr(u32)]pub enum grpc_byte_buffer_type {
GRPC_BB_RAW,
}
Variants§
GRPC_BB_RAW
Trait Implementations§
source§impl Clone for grpc_byte_buffer_type
impl Clone for grpc_byte_buffer_type
source§fn clone(&self) -> grpc_byte_buffer_type
fn clone(&self) -> grpc_byte_buffer_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_byte_buffer_type
impl Debug for grpc_byte_buffer_type
source§impl Hash for grpc_byte_buffer_type
impl Hash for grpc_byte_buffer_type
source§impl PartialEq<grpc_byte_buffer_type> for grpc_byte_buffer_type
impl PartialEq<grpc_byte_buffer_type> for grpc_byte_buffer_type
source§fn eq(&self, other: &grpc_byte_buffer_type) -> bool
fn eq(&self, other: &grpc_byte_buffer_type) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for grpc_byte_buffer_type
impl Eq for grpc_byte_buffer_type
impl StructuralEq for grpc_byte_buffer_type
impl StructuralPartialEq for grpc_byte_buffer_type
Auto Trait Implementations§
impl RefUnwindSafe for grpc_byte_buffer_type
impl Send for grpc_byte_buffer_type
impl Sync for grpc_byte_buffer_type
impl Unpin for grpc_byte_buffer_type
impl UnwindSafe for grpc_byte_buffer_type
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