pub struct FlowNode {
pub key: PacketKey,
pub start_time: u128,
pub last_time: u128,
pub store_ctx: Option<StoreCtx>,
/* private fields */
}Fields§
§key: PacketKey§start_time: u128§last_time: u128§store_ctx: Option<StoreCtx>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for FlowNode
impl !RefUnwindSafe for FlowNode
impl Send for FlowNode
impl !Sync for FlowNode
impl Unpin for FlowNode
impl UnwindSafe for FlowNode
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