pub struct FlowEdgeByFlowKey {
pub flow: FlowId,
pub edge: FlowEdgeId,
}Fields§
§flow: FlowId§edge: FlowEdgeIdImplementations§
Source§impl FlowEdgeByFlowKey
impl FlowEdgeByFlowKey
pub fn full_scan(flow: FlowId) -> EncodedKeyRange
Trait Implementations§
Source§impl Clone for FlowEdgeByFlowKey
impl Clone for FlowEdgeByFlowKey
Source§fn clone(&self) -> FlowEdgeByFlowKey
fn clone(&self) -> FlowEdgeByFlowKey
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FlowEdgeByFlowKey
impl Debug for FlowEdgeByFlowKey
Source§impl EncodableKey for FlowEdgeByFlowKey
impl EncodableKey for FlowEdgeByFlowKey
Source§impl PartialEq for FlowEdgeByFlowKey
impl PartialEq for FlowEdgeByFlowKey
impl StructuralPartialEq for FlowEdgeByFlowKey
Auto Trait Implementations§
impl Freeze for FlowEdgeByFlowKey
impl RefUnwindSafe for FlowEdgeByFlowKey
impl Send for FlowEdgeByFlowKey
impl Sync for FlowEdgeByFlowKey
impl Unpin for FlowEdgeByFlowKey
impl UnwindSafe for FlowEdgeByFlowKey
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)