pub struct GetIndexerSlotPostRequest {
pub id: Id,
pub jsonrpc: Jsonrpc,
pub method: Method,
}
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.
Implementations§
Trait Implementations§
Source§impl Clone for GetIndexerSlotPostRequest
impl Clone for GetIndexerSlotPostRequest
Source§fn clone(&self) -> GetIndexerSlotPostRequest
fn clone(&self) -> GetIndexerSlotPostRequest
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 Debug for GetIndexerSlotPostRequest
impl Debug for GetIndexerSlotPostRequest
Source§impl Default for GetIndexerSlotPostRequest
impl Default for GetIndexerSlotPostRequest
Source§fn default() -> GetIndexerSlotPostRequest
fn default() -> GetIndexerSlotPostRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetIndexerSlotPostRequest
impl<'de> Deserialize<'de> for GetIndexerSlotPostRequest
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
impl StructuralPartialEq for GetIndexerSlotPostRequest
Auto Trait Implementations§
impl Freeze for GetIndexerSlotPostRequest
impl RefUnwindSafe for GetIndexerSlotPostRequest
impl Send for GetIndexerSlotPostRequest
impl Sync for GetIndexerSlotPostRequest
impl Unpin for GetIndexerSlotPostRequest
impl UnwindSafe for GetIndexerSlotPostRequest
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