pub struct GetMultipleCompressedAccountProofsPostRequest {
pub id: Id,
pub jsonrpc: Jsonrpc,
pub method: Method,
pub params: Vec<String>,
}
Fields§
§id: Id
An ID to identify the request.
jsonrpc: Jsonrpc
The version of the JSON-RPC protocol.
method: Method
The name of the method to invoke.
params: Vec<String>
Implementations§
Trait Implementations§
Source§impl Clone for GetMultipleCompressedAccountProofsPostRequest
impl Clone for GetMultipleCompressedAccountProofsPostRequest
Source§fn clone(&self) -> GetMultipleCompressedAccountProofsPostRequest
fn clone(&self) -> GetMultipleCompressedAccountProofsPostRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for GetMultipleCompressedAccountProofsPostRequest
impl Default for GetMultipleCompressedAccountProofsPostRequest
Source§fn default() -> GetMultipleCompressedAccountProofsPostRequest
fn default() -> GetMultipleCompressedAccountProofsPostRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMultipleCompressedAccountProofsPostRequest
impl<'de> Deserialize<'de> for GetMultipleCompressedAccountProofsPostRequest
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 GetMultipleCompressedAccountProofsPostRequest
impl PartialEq for GetMultipleCompressedAccountProofsPostRequest
Source§fn eq(&self, other: &GetMultipleCompressedAccountProofsPostRequest) -> bool
fn eq(&self, other: &GetMultipleCompressedAccountProofsPostRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetMultipleCompressedAccountProofsPostRequest
Auto Trait Implementations§
impl Freeze for GetMultipleCompressedAccountProofsPostRequest
impl RefUnwindSafe for GetMultipleCompressedAccountProofsPostRequest
impl Send for GetMultipleCompressedAccountProofsPostRequest
impl Sync for GetMultipleCompressedAccountProofsPostRequest
impl Unpin for GetMultipleCompressedAccountProofsPostRequest
impl UnwindSafe for GetMultipleCompressedAccountProofsPostRequest
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