#[repr(u8)]pub enum RpcKind {
RpcBuiltin = 0,
RpcWritable = 1,
RpcProtocolBuffer = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpcKind
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