struct InboundFetch {
message: Fetch,
state: FetchStateMachine,
}Expand description
A FETCH the peer sent, and how far the fetch it opened has got.
Fields§
§message: FetchThe message as it arrived, which is what the application answers from.
state: FetchStateMachineThe fetch’s state, driven from the end that serves it.
Auto Trait Implementations§
impl Freeze for InboundFetch
impl RefUnwindSafe for InboundFetch
impl Send for InboundFetch
impl Sync for InboundFetch
impl Unpin for InboundFetch
impl UnsafeUnpin for InboundFetch
impl UnwindSafe for InboundFetch
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