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