pub struct StreamFetchResponse<R> {
pub topic: String,
pub stream_id: u32,
pub partition: FetchablePartitionResponse<R>,
}Fields§
§topic: String§stream_id: u32§partition: FetchablePartitionResponse<R>Trait Implementations§
Source§impl<R: Debug> Debug for StreamFetchResponse<R>
impl<R: Debug> Debug for StreamFetchResponse<R>
Source§impl<R: Decoder> Decoder for StreamFetchResponse<R>
impl<R: Decoder> Decoder for StreamFetchResponse<R>
Source§impl<R: Default> Default for StreamFetchResponse<R>
impl<R: Default> Default for StreamFetchResponse<R>
Source§fn default() -> StreamFetchResponse<R>
fn default() -> StreamFetchResponse<R>
Returns the “default value” for a type. Read more
Source§impl<R: Encoder> Encoder for StreamFetchResponse<R>
impl<R: Encoder> Encoder for StreamFetchResponse<R>
Auto Trait Implementations§
impl<R> Freeze for StreamFetchResponse<R>where
R: Freeze,
impl<R> RefUnwindSafe for StreamFetchResponse<R>where
R: RefUnwindSafe,
impl<R> Send for StreamFetchResponse<R>where
R: Send,
impl<R> Sync for StreamFetchResponse<R>where
R: Sync,
impl<R> Unpin for StreamFetchResponse<R>where
R: Unpin,
impl<R> UnwindSafe for StreamFetchResponse<R>where
R: UnwindSafe,
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