pub enum RpcId {
String(String),
Number(Number),
}Variants§
Implementations§
Trait Implementations§
impl Eq for RpcId
impl StructuralPartialEq for RpcId
Auto Trait Implementations§
impl Freeze for RpcId
impl RefUnwindSafe for RpcId
impl Send for RpcId
impl Sync for RpcId
impl Unpin for RpcId
impl UnsafeUnpin for RpcId
impl UnwindSafe for RpcId
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