pub struct QueryPacketAcknowledgementResponse {
pub acknowledgement: AcknowledgementCommitment,
pub proof: Proof,
pub proof_height: Height,
}
Expand description
Defines the RPC method response type when querying a packet acknowledgement.
Fields§
§acknowledgement: AcknowledgementCommitment
§proof: Proof
§proof_height: Height
Implementations§
Source§impl QueryPacketAcknowledgementResponse
impl QueryPacketAcknowledgementResponse
pub fn new( acknowledgement: AcknowledgementCommitment, proof: Proof, proof_height: Height, ) -> Self
Trait Implementations§
Source§impl Clone for QueryPacketAcknowledgementResponse
impl Clone for QueryPacketAcknowledgementResponse
Source§fn clone(&self) -> QueryPacketAcknowledgementResponse
fn clone(&self) -> QueryPacketAcknowledgementResponse
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 From<QueryPacketAcknowledgementResponse> for QueryPacketAcknowledgementResponse
impl From<QueryPacketAcknowledgementResponse> for QueryPacketAcknowledgementResponse
Source§fn from(response: QueryPacketAcknowledgementResponse) -> Self
fn from(response: QueryPacketAcknowledgementResponse) -> Self
Converts to this type from the input type.
Source§impl Protobuf<QueryPacketAcknowledgementResponse> for QueryPacketAcknowledgementResponse
impl Protobuf<QueryPacketAcknowledgementResponse> for QueryPacketAcknowledgementResponse
Source§fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode into a buffer in Protobuf format. Read more
Source§fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
fn encode_length_delimited<B>(self, buf: &mut B) -> Result<(), Error>where
B: BufMut,
Encode with a length-delimiter to a buffer in Protobuf format. Read more
Source§fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode an instance from a buffer. Read more
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
fn decode_length_delimited<B>(buf: B) -> Result<Self, Error>where
B: Buf,
Constructor that attempts to decode a length-delimited instance from
the buffer. Read more
Source§fn encoded_len(self) -> usize
fn encoded_len(self) -> usize
Returns the encoded length of the message without a length delimiter. Read more
Source§fn decode_vec(v: &[u8]) -> Result<Self, Error>
fn decode_vec(v: &[u8]) -> Result<Self, Error>
Constructor that attempts to decode a Protobuf-encoded instance from a
Vec<u8>
(or equivalent).Source§impl TryFrom<QueryPacketAcknowledgementResponse> for QueryPacketAcknowledgementResponse
impl TryFrom<QueryPacketAcknowledgementResponse> for QueryPacketAcknowledgementResponse
Source§type Error = QueryError
type Error = QueryError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for QueryPacketAcknowledgementResponse
impl RefUnwindSafe for QueryPacketAcknowledgementResponse
impl Send for QueryPacketAcknowledgementResponse
impl Sync for QueryPacketAcknowledgementResponse
impl Unpin for QueryPacketAcknowledgementResponse
impl UnwindSafe for QueryPacketAcknowledgementResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request