pub struct OtherInfo {
pub tx_index: TxIndexStatus,
pub rpc_address: String,
}
Expand description
Other information
Fields§
§tx_index: TxIndexStatus
TX index status
rpc_address: String
RPC address
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OtherInfo
impl<'de> Deserialize<'de> for OtherInfo
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 Eq for OtherInfo
impl StructuralPartialEq for OtherInfo
Auto Trait Implementations§
impl Freeze for OtherInfo
impl RefUnwindSafe for OtherInfo
impl Send for OtherInfo
impl Sync for OtherInfo
impl Unpin for OtherInfo
impl UnwindSafe for OtherInfo
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