Struct libits_client::reception::exchange::collective_perception_message::IntersectionReferenceId
source · pub struct IntersectionReferenceId {
pub road_regulator_id: Option<u32>,
pub intersection_id: u32,
}Fields§
§road_regulator_id: Option<u32>§intersection_id: u32Trait Implementations§
source§impl Clone for IntersectionReferenceId
impl Clone for IntersectionReferenceId
source§fn clone(&self) -> IntersectionReferenceId
fn clone(&self) -> IntersectionReferenceId
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 IntersectionReferenceId
impl Debug for IntersectionReferenceId
source§impl Default for IntersectionReferenceId
impl Default for IntersectionReferenceId
source§fn default() -> IntersectionReferenceId
fn default() -> IntersectionReferenceId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IntersectionReferenceId
impl<'de> Deserialize<'de> for IntersectionReferenceId
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 IntersectionReferenceId
impl Hash for IntersectionReferenceId
source§impl PartialEq<IntersectionReferenceId> for IntersectionReferenceId
impl PartialEq<IntersectionReferenceId> for IntersectionReferenceId
source§fn eq(&self, other: &IntersectionReferenceId) -> bool
fn eq(&self, other: &IntersectionReferenceId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.