pub struct CreatePartitionsTopic {
pub name: String,
pub count: i32,
pub assignments: Option<Vec<CreatePartitionsAssignment>>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§name: String§count: i32§assignments: Option<Vec<CreatePartitionsAssignment>>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for CreatePartitionsTopic
impl Clone for CreatePartitionsTopic
Source§fn clone(&self) -> CreatePartitionsTopic
fn clone(&self) -> CreatePartitionsTopic
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CreatePartitionsTopic
impl Debug for CreatePartitionsTopic
Source§impl Decode<'_> for CreatePartitionsTopic
impl Decode<'_> for CreatePartitionsTopic
Source§impl Default for CreatePartitionsTopic
impl Default for CreatePartitionsTopic
Source§fn default() -> CreatePartitionsTopic
fn default() -> CreatePartitionsTopic
Returns the “default value” for a type. Read more
Source§impl Encode for CreatePartitionsTopic
impl Encode for CreatePartitionsTopic
impl Eq for CreatePartitionsTopic
Source§impl PartialEq for CreatePartitionsTopic
impl PartialEq for CreatePartitionsTopic
Source§fn eq(&self, other: &CreatePartitionsTopic) -> bool
fn eq(&self, other: &CreatePartitionsTopic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreatePartitionsTopic
Auto Trait Implementations§
impl Freeze for CreatePartitionsTopic
impl RefUnwindSafe for CreatePartitionsTopic
impl Send for CreatePartitionsTopic
impl Sync for CreatePartitionsTopic
impl Unpin for CreatePartitionsTopic
impl UnsafeUnpin for CreatePartitionsTopic
impl UnwindSafe for CreatePartitionsTopic
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