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