pub struct FlowId(/* private fields */);Expand description
The flow id of the request, which is written into the logs and passed to called services. Helpful for operational troubleshooting and log analysis.
See also Nakadi Manual
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowId
impl<'de> Deserialize<'de> for FlowId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<RandomFlowId> for FlowId
impl From<RandomFlowId> for FlowId
Source§fn from(_: RandomFlowId) -> Self
fn from(_: RandomFlowId) -> Self
Converts to this type from the input type.
Source§impl Ord for FlowId
impl Ord for FlowId
Source§impl PartialOrd for FlowId
impl PartialOrd for FlowId
impl Eq for FlowId
impl StructuralPartialEq for FlowId
Auto Trait Implementations§
impl Freeze for FlowId
impl RefUnwindSafe for FlowId
impl Send for FlowId
impl Sync for FlowId
impl Unpin for FlowId
impl UnwindSafe for FlowId
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