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
Source§fn clone(&self) -> FetchHeader
fn clone(&self) -> FetchHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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