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