pub struct LaneModels {
pub header: Header,
pub left_lane: Lane,
pub right_lane: Lane,
pub additional_lanes: Vec<Lane>,
}Fields§
§header: Header§left_lane: Lane§right_lane: Lane§additional_lanes: Vec<Lane>Trait Implementations§
Source§impl Clone for LaneModels
impl Clone for LaneModels
Source§fn clone(&self) -> LaneModels
fn clone(&self) -> LaneModels
Returns a duplicate 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 LaneModels
impl Debug for LaneModels
Source§impl Default for LaneModels
impl Default for LaneModels
Source§impl<'de> Deserialize<'de> for LaneModels
impl<'de> Deserialize<'de> for LaneModels
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 PartialEq for LaneModels
impl PartialEq for LaneModels
Source§impl Serialize for LaneModels
impl Serialize for LaneModels
impl Message for LaneModels
impl StructuralPartialEq for LaneModels
Auto Trait Implementations§
impl Freeze for LaneModels
impl RefUnwindSafe for LaneModels
impl Send for LaneModels
impl Sync for LaneModels
impl Unpin for LaneModels
impl UnwindSafe for LaneModels
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