pub struct RouteCtx {
pub connection_id: ConnectionId,
pub egress: FrameSink,
}Expand description
Per-route context shared with backends besides the frame itself.
Fields§
§connection_id: ConnectionId§egress: FrameSinkTrait Implementations§
Auto Trait Implementations§
impl Freeze for RouteCtx
impl RefUnwindSafe for RouteCtx
impl Send for RouteCtx
impl Sync for RouteCtx
impl Unpin for RouteCtx
impl UnsafeUnpin for RouteCtx
impl UnwindSafe for RouteCtx
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