pub struct CreateTopicsTopicV2 {
pub name: String,
pub num_partitions: i32,
pub replication_factor: i16,
pub assignments: Vec<CreateTopicsAssignmentV2>,
pub configs: Vec<CreateTopicsConfigV2>,
}Fields§
§name: String§num_partitions: i32§replication_factor: i16§assignments: Vec<CreateTopicsAssignmentV2>§configs: Vec<CreateTopicsConfigV2>Trait Implementations§
Source§impl Clone for CreateTopicsTopicV2
impl Clone for CreateTopicsTopicV2
Source§fn clone(&self) -> CreateTopicsTopicV2
fn clone(&self) -> CreateTopicsTopicV2
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 CreateTopicsTopicV2
impl Debug for CreateTopicsTopicV2
impl Eq for CreateTopicsTopicV2
Source§impl PartialEq for CreateTopicsTopicV2
impl PartialEq for CreateTopicsTopicV2
impl StructuralPartialEq for CreateTopicsTopicV2
Auto Trait Implementations§
impl Freeze for CreateTopicsTopicV2
impl RefUnwindSafe for CreateTopicsTopicV2
impl Send for CreateTopicsTopicV2
impl Sync for CreateTopicsTopicV2
impl Unpin for CreateTopicsTopicV2
impl UnsafeUnpin for CreateTopicsTopicV2
impl UnwindSafe for CreateTopicsTopicV2
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