pub struct DeleteTopicsRequestV3 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub topic_names: Vec<String>,
pub timeout_ms: i32,
}Fields§
§correlation_id: i32§client_id: Option<String>§topic_names: Vec<String>§timeout_ms: i32Implementations§
Trait Implementations§
Source§impl Clone for DeleteTopicsRequestV3
impl Clone for DeleteTopicsRequestV3
Source§fn clone(&self) -> DeleteTopicsRequestV3
fn clone(&self) -> DeleteTopicsRequestV3
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 DeleteTopicsRequestV3
impl Debug for DeleteTopicsRequestV3
impl Eq for DeleteTopicsRequestV3
Source§impl PartialEq for DeleteTopicsRequestV3
impl PartialEq for DeleteTopicsRequestV3
impl StructuralPartialEq for DeleteTopicsRequestV3
Auto Trait Implementations§
impl Freeze for DeleteTopicsRequestV3
impl RefUnwindSafe for DeleteTopicsRequestV3
impl Send for DeleteTopicsRequestV3
impl Sync for DeleteTopicsRequestV3
impl Unpin for DeleteTopicsRequestV3
impl UnsafeUnpin for DeleteTopicsRequestV3
impl UnwindSafe for DeleteTopicsRequestV3
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