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 for IntersectionReferenceId
impl PartialEq for IntersectionReferenceId
Source§impl Serialize for IntersectionReferenceId
impl Serialize for IntersectionReferenceId
impl StructuralPartialEq for IntersectionReferenceId
Auto Trait Implementations§
impl Freeze for IntersectionReferenceId
impl RefUnwindSafe for IntersectionReferenceId
impl Send for IntersectionReferenceId
impl Sync for IntersectionReferenceId
impl Unpin for IntersectionReferenceId
impl UnwindSafe for IntersectionReferenceId
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