pub struct TraceQueryResponse {
pub rid: Uint,
pub payload: Vec<u8>,
}Fields§
§rid: Uint§payload: Vec<u8>Trait Implementations§
Source§impl Clone for TraceQueryResponse
impl Clone for TraceQueryResponse
Source§fn clone(&self) -> TraceQueryResponse
fn clone(&self) -> TraceQueryResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TraceQueryResponse
impl Debug for TraceQueryResponse
Source§impl<'de> Deserialize<'de> for TraceQueryResponse
impl<'de> Deserialize<'de> for TraceQueryResponse
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 TraceQueryResponse
Source§impl From<TraceQueryResponse> for TraceQueryResponse
impl From<TraceQueryResponse> for TraceQueryResponse
Source§fn from(value: TraceQueryResponse) -> Self
fn from(value: TraceQueryResponse) -> Self
Converts to this type from the input type.
Source§impl From<TraceQueryResponse> for TraceQueryResponse
impl From<TraceQueryResponse> for TraceQueryResponse
Source§fn from(value: TraceQueryResponse) -> Self
fn from(value: TraceQueryResponse) -> Self
Converts to this type from the input type.
Source§impl From<TraceQueryResponse> for TraceQueryResponse
impl From<TraceQueryResponse> for TraceQueryResponse
Source§fn from(value: TraceQueryResponse) -> Self
fn from(value: TraceQueryResponse) -> Self
Converts to this type from the input type.
Source§impl From<TraceQueryResponse> for TraceQueryResponse
impl From<TraceQueryResponse> for TraceQueryResponse
Source§fn from(value: TraceQueryResponse) -> Self
fn from(value: TraceQueryResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TraceQueryResponse
impl PartialEq for TraceQueryResponse
Source§fn eq(&self, other: &TraceQueryResponse) -> bool
fn eq(&self, other: &TraceQueryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TraceQueryResponse
impl Serialize for TraceQueryResponse
impl StructuralPartialEq for TraceQueryResponse
Auto Trait Implementations§
impl Freeze for TraceQueryResponse
impl RefUnwindSafe for TraceQueryResponse
impl Send for TraceQueryResponse
impl Sync for TraceQueryResponse
impl Unpin for TraceQueryResponse
impl UnsafeUnpin for TraceQueryResponse
impl UnwindSafe for TraceQueryResponse
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