Struct solana_client::rpc_response::RpcLogsResponse
source · pub struct RpcLogsResponse {
pub signature: String,
pub err: Option<TransactionError>,
pub logs: Vec<String>,
}
Fields§
§signature: String
§err: Option<TransactionError>
§logs: Vec<String>
Trait Implementations§
source§impl Clone for RpcLogsResponse
impl Clone for RpcLogsResponse
source§fn clone(&self) -> RpcLogsResponse
fn clone(&self) -> RpcLogsResponse
Returns a copy 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 RpcLogsResponse
impl Debug for RpcLogsResponse
source§impl<'de> Deserialize<'de> for RpcLogsResponse
impl<'de> Deserialize<'de> for RpcLogsResponse
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