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