#[repr(u32)]pub enum grpc_arg_type {
GRPC_ARG_STRING = 0,
GRPC_ARG_INTEGER = 1,
GRPC_ARG_POINTER = 2,
}
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 for grpc_arg_type
impl PartialEq for grpc_arg_type
impl Copy for grpc_arg_type
impl Eq for grpc_arg_type
impl StructuralPartialEq for grpc_arg_type
Auto Trait Implementations§
impl Freeze for grpc_arg_type
impl RefUnwindSafe for grpc_arg_type
impl Send for grpc_arg_type
impl Sync for grpc_arg_type
impl Unpin for grpc_arg_type
impl UnwindSafe for grpc_arg_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