Enum hadoop_common::ipc::RpcKind
source · #[repr(u8)]pub enum RpcKind {
RpcBuiltin,
RpcWritable,
RpcProtocolBuffer,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RpcKind
impl Send for RpcKind
impl Sync for RpcKind
impl Unpin for RpcKind
impl UnwindSafe for RpcKind
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