pub struct JsonRpcBatch(pub Vec<JsonRpcSingleMessage>);Tuple Fields§
§0: Vec<JsonRpcSingleMessage>Trait Implementations§
Source§impl Clone for JsonRpcBatch
impl Clone for JsonRpcBatch
Source§fn clone(&self) -> JsonRpcBatch
fn clone(&self) -> JsonRpcBatch
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 moreSource§impl Debug for JsonRpcBatch
impl Debug for JsonRpcBatch
Source§impl<'de> Deserialize<'de> for JsonRpcBatch
impl<'de> Deserialize<'de> for JsonRpcBatch
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JsonRpcBatch
impl PartialEq for JsonRpcBatch
Source§fn eq(&self, other: &JsonRpcBatch) -> bool
fn eq(&self, other: &JsonRpcBatch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for JsonRpcBatch
impl Serialize for JsonRpcBatch
impl StructuralPartialEq for JsonRpcBatch
Auto Trait Implementations§
impl Freeze for JsonRpcBatch
impl RefUnwindSafe for JsonRpcBatch
impl Send for JsonRpcBatch
impl Sync for JsonRpcBatch
impl Unpin for JsonRpcBatch
impl UnsafeUnpin for JsonRpcBatch
impl UnwindSafe for JsonRpcBatch
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