Struct fluvio_dataplane_protocol::fetch::FetchableTopicResponse [−][src]
pub struct FetchableTopicResponse<R> where
R: Encoder + Decoder + Default + Debug, {
pub name: String,
pub partitions: Vec<FetchablePartitionResponse<R>>,
pub data: PhantomData<R>,
}Fields
name: StringThe topic name.
partitions: Vec<FetchablePartitionResponse<R>>The topic partitions.
data: PhantomData<R>Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for FetchableTopicResponse<R> where
R: RefUnwindSafe,
impl<R> Send for FetchableTopicResponse<R> where
R: Send,
impl<R> Sync for FetchableTopicResponse<R> where
R: Sync,
impl<R> Unpin for FetchableTopicResponse<R> where
R: Unpin,
impl<R> UnwindSafe for FetchableTopicResponse<R> where
R: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more