pub struct ListOffsetTopic {
pub name: String,
pub partitions: Vec<ListOffsetPartition>,
}
Fields§
§name: String
The topic name.
partitions: Vec<ListOffsetPartition>
Each partition in the request.
Trait Implementations§
Source§impl Debug for ListOffsetTopic
impl Debug for ListOffsetTopic
Source§impl Decoder for ListOffsetTopic
impl Decoder for ListOffsetTopic
Source§impl Default for ListOffsetTopic
impl Default for ListOffsetTopic
Source§impl<'de> Deserialize<'de> for ListOffsetTopic
impl<'de> Deserialize<'de> for ListOffsetTopic
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encoder for ListOffsetTopic
impl Encoder for ListOffsetTopic
Auto Trait Implementations§
impl Freeze for ListOffsetTopic
impl RefUnwindSafe for ListOffsetTopic
impl Send for ListOffsetTopic
impl Sync for ListOffsetTopic
impl Unpin for ListOffsetTopic
impl UnwindSafe for ListOffsetTopic
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