Enum jsonrpsee_core::client::IdKind
source · pub enum IdKind {
String,
Number,
}
Available on crate feature
client
only.Expand description
JSON-RPC request object id data type.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IdKind
impl Send for IdKind
impl Sync for IdKind
impl Unpin for IdKind
impl UnwindSafe for IdKind
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