#[repr(u8)]pub enum RpcEventKind {
Notification = 0,
Request = 1,
Reply = 17,
ErrorReply = 18,
}Variants§
Trait Implementations§
Source§impl Clone for RpcEventKind
impl Clone for RpcEventKind
Source§fn clone(&self) -> RpcEventKind
fn clone(&self) -> RpcEventKind
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 RpcEventKind
impl Debug for RpcEventKind
Source§impl Display for RpcEventKind
impl Display for RpcEventKind
Source§impl PartialEq for RpcEventKind
impl PartialEq for RpcEventKind
impl Copy for RpcEventKind
impl Eq for RpcEventKind
impl StructuralPartialEq for RpcEventKind
Auto Trait Implementations§
impl Freeze for RpcEventKind
impl RefUnwindSafe for RpcEventKind
impl Send for RpcEventKind
impl Sync for RpcEventKind
impl Unpin for RpcEventKind
impl UnwindSafe for RpcEventKind
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