pub struct DetectionArea {
pub vehicle_sensor: Option<VehicleSensor>,
}Fields
vehicle_sensor: Option<VehicleSensor>Trait Implementations
sourceimpl Clone for DetectionArea
impl Clone for DetectionArea
sourcefn clone(&self) -> DetectionArea
fn clone(&self) -> DetectionArea
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DetectionArea
impl Debug for DetectionArea
sourceimpl Default for DetectionArea
impl Default for DetectionArea
sourcefn default() -> DetectionArea
fn default() -> DetectionArea
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DetectionArea
impl<'de> Deserialize<'de> for DetectionArea
sourcefn 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
sourceimpl Hash for DetectionArea
impl Hash for DetectionArea
sourceimpl PartialEq<DetectionArea> for DetectionArea
impl PartialEq<DetectionArea> for DetectionArea
sourcefn eq(&self, other: &DetectionArea) -> bool
fn eq(&self, other: &DetectionArea) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DetectionArea) -> bool
fn ne(&self, other: &DetectionArea) -> bool
This method tests for !=.
sourceimpl Serialize for DetectionArea
impl Serialize for DetectionArea
impl StructuralPartialEq for DetectionArea
Auto Trait Implementations
impl RefUnwindSafe for DetectionArea
impl Send for DetectionArea
impl Sync for DetectionArea
impl Unpin for DetectionArea
impl UnwindSafe for DetectionArea
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more