pub struct GetIndexerHealthPostRequest {
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 GetIndexerHealthPostRequest
impl Clone for GetIndexerHealthPostRequest
Source§fn clone(&self) -> GetIndexerHealthPostRequest
fn clone(&self) -> GetIndexerHealthPostRequest
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 GetIndexerHealthPostRequest
impl Debug for GetIndexerHealthPostRequest
Source§impl Default for GetIndexerHealthPostRequest
impl Default for GetIndexerHealthPostRequest
Source§fn default() -> GetIndexerHealthPostRequest
fn default() -> GetIndexerHealthPostRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetIndexerHealthPostRequest
impl<'de> Deserialize<'de> for GetIndexerHealthPostRequest
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 GetIndexerHealthPostRequest
Auto Trait Implementations§
impl Freeze for GetIndexerHealthPostRequest
impl RefUnwindSafe for GetIndexerHealthPostRequest
impl Send for GetIndexerHealthPostRequest
impl Sync for GetIndexerHealthPostRequest
impl Unpin for GetIndexerHealthPostRequest
impl UnwindSafe for GetIndexerHealthPostRequest
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