pub struct SuperStreamPartitionsResponse {
pub streams: Vec<String>,
/* private fields */
}
Fields§
§streams: Vec<String>
Implementations§
Trait Implementations§
Source§impl Decoder for SuperStreamPartitionsResponse
impl Decoder for SuperStreamPartitionsResponse
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for SuperStreamPartitionsResponse
impl Encoder for SuperStreamPartitionsResponse
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 SuperStreamPartitionsResponse
impl FromResponse for SuperStreamPartitionsResponse
fn from_response(response: Response) -> Option<Self>
Source§impl PartialEq for SuperStreamPartitionsResponse
impl PartialEq for SuperStreamPartitionsResponse
Source§fn eq(&self, other: &SuperStreamPartitionsResponse) -> bool
fn eq(&self, other: &SuperStreamPartitionsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for SuperStreamPartitionsResponse
impl StructuralPartialEq for SuperStreamPartitionsResponse
Auto Trait Implementations§
impl Freeze for SuperStreamPartitionsResponse
impl RefUnwindSafe for SuperStreamPartitionsResponse
impl Send for SuperStreamPartitionsResponse
impl Sync for SuperStreamPartitionsResponse
impl Unpin for SuperStreamPartitionsResponse
impl UnwindSafe for SuperStreamPartitionsResponse
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