pub struct UpdateMetadataRequestTopicState {
pub topic_name: String,
pub partition_states: Vec<UpdateMetadataPartitionState>,
}
Fields§
§topic_name: String
The topic name.
partition_states: Vec<UpdateMetadataPartitionState>
The partition that we would like to update.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UpdateMetadataRequestTopicState
impl<'de> Deserialize<'de> for UpdateMetadataRequestTopicState
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
Auto Trait Implementations§
impl Freeze for UpdateMetadataRequestTopicState
impl RefUnwindSafe for UpdateMetadataRequestTopicState
impl Send for UpdateMetadataRequestTopicState
impl Sync for UpdateMetadataRequestTopicState
impl Unpin for UpdateMetadataRequestTopicState
impl UnwindSafe for UpdateMetadataRequestTopicState
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