pub struct FlowIndexKeys { /* private fields */ }Expand description
Flow-partition index keys.
Implementations§
Source§impl FlowIndexKeys
impl FlowIndexKeys
Auto Trait Implementations§
impl Freeze for FlowIndexKeys
impl RefUnwindSafe for FlowIndexKeys
impl Send for FlowIndexKeys
impl Sync for FlowIndexKeys
impl Unpin for FlowIndexKeys
impl UnsafeUnpin for FlowIndexKeys
impl UnwindSafe for FlowIndexKeys
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