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