pub struct RequestChainSelector {
pub trace_id: Option<String>,
pub request_id: Option<u64>,
pub session_id: Option<String>,
}Fields§
§trace_id: Option<String>§request_id: Option<u64>§session_id: Option<String>Implementations§
Source§impl RequestChainSelector
impl RequestChainSelector
pub fn has_identity(&self) -> bool
pub fn normalized(self) -> Self
Trait Implementations§
Source§impl Clone for RequestChainSelector
impl Clone for RequestChainSelector
Source§fn clone(&self) -> RequestChainSelector
fn clone(&self) -> RequestChainSelector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RequestChainSelector
impl Debug for RequestChainSelector
Source§impl Default for RequestChainSelector
impl Default for RequestChainSelector
Source§fn default() -> RequestChainSelector
fn default() -> RequestChainSelector
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RequestChainSelector
impl<'de> Deserialize<'de> for RequestChainSelector
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
impl Eq for RequestChainSelector
Source§impl PartialEq for RequestChainSelector
impl PartialEq for RequestChainSelector
Source§impl Serialize for RequestChainSelector
impl Serialize for RequestChainSelector
impl StructuralPartialEq for RequestChainSelector
Auto Trait Implementations§
impl Freeze for RequestChainSelector
impl RefUnwindSafe for RequestChainSelector
impl Send for RequestChainSelector
impl Sync for RequestChainSelector
impl Unpin for RequestChainSelector
impl UnsafeUnpin for RequestChainSelector
impl UnwindSafe for RequestChainSelector
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.