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