pub struct OffsetForLeaderEpochTopicResponseV3 {
pub name: String,
pub partitions: Vec<OffsetForLeaderEpochPartitionResponseV3>,
}Fields§
§name: String§partitions: Vec<OffsetForLeaderEpochPartitionResponseV3>Trait Implementations§
Source§impl Clone for OffsetForLeaderEpochTopicResponseV3
impl Clone for OffsetForLeaderEpochTopicResponseV3
Source§fn clone(&self) -> OffsetForLeaderEpochTopicResponseV3
fn clone(&self) -> OffsetForLeaderEpochTopicResponseV3
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 moreimpl Eq for OffsetForLeaderEpochTopicResponseV3
impl StructuralPartialEq for OffsetForLeaderEpochTopicResponseV3
Auto Trait Implementations§
impl Freeze for OffsetForLeaderEpochTopicResponseV3
impl RefUnwindSafe for OffsetForLeaderEpochTopicResponseV3
impl Send for OffsetForLeaderEpochTopicResponseV3
impl Sync for OffsetForLeaderEpochTopicResponseV3
impl Unpin for OffsetForLeaderEpochTopicResponseV3
impl UnsafeUnpin for OffsetForLeaderEpochTopicResponseV3
impl UnwindSafe for OffsetForLeaderEpochTopicResponseV3
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