#[non_exhaustive]pub struct EmptyJsonRpcBatch;Trait Implementations§
Source§impl Clone for EmptyJsonRpcBatch
impl Clone for EmptyJsonRpcBatch
Source§fn clone(&self) -> EmptyJsonRpcBatch
fn clone(&self) -> EmptyJsonRpcBatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EmptyJsonRpcBatch
Source§impl Debug for EmptyJsonRpcBatch
impl Debug for EmptyJsonRpcBatch
Source§impl Display for EmptyJsonRpcBatch
impl Display for EmptyJsonRpcBatch
impl Eq for EmptyJsonRpcBatch
Source§impl Error for EmptyJsonRpcBatch
impl Error for EmptyJsonRpcBatch
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for EmptyJsonRpcBatch
impl PartialEq for EmptyJsonRpcBatch
Source§fn eq(&self, other: &EmptyJsonRpcBatch) -> bool
fn eq(&self, other: &EmptyJsonRpcBatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmptyJsonRpcBatch
Auto Trait Implementations§
impl Freeze for EmptyJsonRpcBatch
impl RefUnwindSafe for EmptyJsonRpcBatch
impl Send for EmptyJsonRpcBatch
impl Sync for EmptyJsonRpcBatch
impl Unpin for EmptyJsonRpcBatch
impl UnsafeUnpin for EmptyJsonRpcBatch
impl UnwindSafe for EmptyJsonRpcBatch
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