pub struct FetchHeader {
pub request_id: VarInt,
}Fields§
§request_id: VarIntImplementations§
Source§impl FetchHeader
impl FetchHeader
Trait Implementations§
Source§impl Clone for FetchHeader
impl Clone for FetchHeader
Auto Trait Implementations§
impl Freeze for FetchHeader
impl RefUnwindSafe for FetchHeader
impl Send for FetchHeader
impl Sync for FetchHeader
impl Unpin for FetchHeader
impl UnsafeUnpin for FetchHeader
impl UnwindSafe for FetchHeader
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