Struct libits_client::reception::exchange::PathElement
source · pub struct PathElement {
pub position: ReferencePosition,
pub message_type: String,
}Fields§
§position: ReferencePosition§message_type: StringTrait Implementations§
source§impl Clone for PathElement
impl Clone for PathElement
source§fn clone(&self) -> PathElement
fn clone(&self) -> PathElement
Returns a copy of the value. Read more
1.0.0 · 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 PathElement
impl Debug for PathElement
source§impl<'de> Deserialize<'de> for PathElement
impl<'de> Deserialize<'de> for PathElement
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 Hash for PathElement
impl Hash for PathElement
source§impl PartialEq<PathElement> for PathElement
impl PartialEq<PathElement> for PathElement
source§fn eq(&self, other: &PathElement) -> bool
fn eq(&self, other: &PathElement) -> bool
This method tests for
self and other values to be equal, and is used
by ==.