pub struct FlowKey {
pub flow: FlowId,
}Fields§
§flow: FlowIdImplementations§
Trait Implementations§
Source§impl EncodableKey for FlowKey
impl EncodableKey for FlowKey
impl StructuralPartialEq for FlowKey
Auto Trait Implementations§
impl Freeze for FlowKey
impl RefUnwindSafe for FlowKey
impl Send for FlowKey
impl Sync for FlowKey
impl Unpin for FlowKey
impl UnwindSafe for FlowKey
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