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