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