pub struct CreatePartitionsResponseV0 {
pub throttle_time_ms: i32,
pub results: Vec<CreatePartitionsTopicResultV0>,
}Fields§
§throttle_time_ms: i32§results: Vec<CreatePartitionsTopicResultV0>Implementations§
Source§impl CreatePartitionsResponseV0
impl CreatePartitionsResponseV0
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for CreatePartitionsResponseV0
impl Clone for CreatePartitionsResponseV0
Source§fn clone(&self) -> CreatePartitionsResponseV0
fn clone(&self) -> CreatePartitionsResponseV0
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 CreatePartitionsResponseV0
impl Debug for CreatePartitionsResponseV0
impl Eq for CreatePartitionsResponseV0
impl StructuralPartialEq for CreatePartitionsResponseV0
Auto Trait Implementations§
impl Freeze for CreatePartitionsResponseV0
impl RefUnwindSafe for CreatePartitionsResponseV0
impl Send for CreatePartitionsResponseV0
impl Sync for CreatePartitionsResponseV0
impl Unpin for CreatePartitionsResponseV0
impl UnsafeUnpin for CreatePartitionsResponseV0
impl UnwindSafe for CreatePartitionsResponseV0
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