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