pub struct FetchResponseV4 {
pub throttle_time_ms: i32,
pub responses: Vec<FetchTopicResponseV4>,
}Fields§
§throttle_time_ms: i32§responses: Vec<FetchTopicResponseV4>Implementations§
Source§impl FetchResponseV4
impl FetchResponseV4
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for FetchResponseV4
impl Clone for FetchResponseV4
Source§fn clone(&self) -> FetchResponseV4
fn clone(&self) -> FetchResponseV4
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 FetchResponseV4
impl Debug for FetchResponseV4
impl Eq for FetchResponseV4
Source§impl PartialEq for FetchResponseV4
impl PartialEq for FetchResponseV4
impl StructuralPartialEq for FetchResponseV4
Auto Trait Implementations§
impl Freeze for FetchResponseV4
impl RefUnwindSafe for FetchResponseV4
impl Send for FetchResponseV4
impl Sync for FetchResponseV4
impl Unpin for FetchResponseV4
impl UnsafeUnpin for FetchResponseV4
impl UnwindSafe for FetchResponseV4
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