pub struct PartitionedTopicMetadata {
pub deleted: Option<bool>,
pub partitions: Option<i32>,
pub properties: Option<HashMap<String, String>>,
}Fields§
§deleted: Option<bool>§partitions: Option<i32>§properties: Option<HashMap<String, String>>Implementations§
source§impl PartitionedTopicMetadata
impl PartitionedTopicMetadata
pub fn new() -> PartitionedTopicMetadata
Trait Implementations§
source§impl Clone for PartitionedTopicMetadata
impl Clone for PartitionedTopicMetadata
source§fn clone(&self) -> PartitionedTopicMetadata
fn clone(&self) -> PartitionedTopicMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PartitionedTopicMetadata
impl Debug for PartitionedTopicMetadata
source§impl Default for PartitionedTopicMetadata
impl Default for PartitionedTopicMetadata
source§fn default() -> PartitionedTopicMetadata
fn default() -> PartitionedTopicMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PartitionedTopicMetadata
impl<'de> Deserialize<'de> for PartitionedTopicMetadata
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 PartialEq for PartitionedTopicMetadata
impl PartialEq for PartitionedTopicMetadata
source§fn eq(&self, other: &PartitionedTopicMetadata) -> bool
fn eq(&self, other: &PartitionedTopicMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PartitionedTopicMetadata
impl Serialize for PartitionedTopicMetadata
impl StructuralPartialEq for PartitionedTopicMetadata
Auto Trait Implementations§
impl RefUnwindSafe for PartitionedTopicMetadata
impl Send for PartitionedTopicMetadata
impl Sync for PartitionedTopicMetadata
impl Unpin for PartitionedTopicMetadata
impl UnwindSafe for PartitionedTopicMetadata
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