pub struct QueryPublisherResponse { /* private fields */ }
Implementations§
Source§impl QueryPublisherResponse
impl QueryPublisherResponse
pub fn new( correlation_id: u32, response_code: ResponseCode, sequence: u64, ) -> Self
pub fn from_response(&self) -> u64
Trait Implementations§
Source§impl Debug for QueryPublisherResponse
impl Debug for QueryPublisherResponse
Source§impl Decoder for QueryPublisherResponse
impl Decoder for QueryPublisherResponse
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for QueryPublisherResponse
impl Encoder for QueryPublisherResponse
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl FromResponse for QueryPublisherResponse
impl FromResponse for QueryPublisherResponse
fn from_response(response: Response) -> Option<Self>
Source§impl PartialEq for QueryPublisherResponse
impl PartialEq for QueryPublisherResponse
impl Eq for QueryPublisherResponse
impl StructuralPartialEq for QueryPublisherResponse
Auto Trait Implementations§
impl Freeze for QueryPublisherResponse
impl RefUnwindSafe for QueryPublisherResponse
impl Send for QueryPublisherResponse
impl Sync for QueryPublisherResponse
impl Unpin for QueryPublisherResponse
impl UnwindSafe for QueryPublisherResponse
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