pub struct SuperStreamPartitionsRequest { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for SuperStreamPartitionsRequest
impl Debug for SuperStreamPartitionsRequest
Source§impl Decoder for SuperStreamPartitionsRequest
impl Decoder for SuperStreamPartitionsRequest
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for SuperStreamPartitionsRequest
impl Encoder for SuperStreamPartitionsRequest
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl From<SuperStreamPartitionsRequest> for RequestKind
impl From<SuperStreamPartitionsRequest> for RequestKind
Source§fn from(cmd: SuperStreamPartitionsRequest) -> Self
fn from(cmd: SuperStreamPartitionsRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SuperStreamPartitionsRequest
impl PartialEq for SuperStreamPartitionsRequest
Source§fn eq(&self, other: &SuperStreamPartitionsRequest) -> bool
fn eq(&self, other: &SuperStreamPartitionsRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SuperStreamPartitionsRequest
impl StructuralPartialEq for SuperStreamPartitionsRequest
Auto Trait Implementations§
impl Freeze for SuperStreamPartitionsRequest
impl RefUnwindSafe for SuperStreamPartitionsRequest
impl Send for SuperStreamPartitionsRequest
impl Sync for SuperStreamPartitionsRequest
impl Unpin for SuperStreamPartitionsRequest
impl UnwindSafe for SuperStreamPartitionsRequest
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