pub enum RPCType {
Msg(String),
RPC(String),
Map,
List,
V,
}Variants§
Trait Implementations§
impl StructuralPartialEq for RPCType
Auto Trait Implementations§
impl Freeze for RPCType
impl RefUnwindSafe for RPCType
impl Send for RPCType
impl Sync for RPCType
impl Unpin for RPCType
impl UnsafeUnpin for RPCType
impl UnwindSafe for RPCType
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