Struct lighthouse_protocol::LaserMetrics
source · pub struct LaserMetrics {
pub rooms: Vec<RoomMetrics>,
}
Fields§
§rooms: Vec<RoomMetrics>
Trait Implementations§
source§impl Clone for LaserMetrics
impl Clone for LaserMetrics
source§fn clone(&self) -> LaserMetrics
fn clone(&self) -> LaserMetrics
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 LaserMetrics
impl Debug for LaserMetrics
source§impl<'de> Deserialize<'de> for LaserMetrics
impl<'de> Deserialize<'de> for LaserMetrics
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 LaserMetrics
impl PartialEq for LaserMetrics
source§fn eq(&self, other: &LaserMetrics) -> bool
fn eq(&self, other: &LaserMetrics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LaserMetrics
Auto Trait Implementations§
impl Freeze for LaserMetrics
impl RefUnwindSafe for LaserMetrics
impl Send for LaserMetrics
impl Sync for LaserMetrics
impl Unpin for LaserMetrics
impl UnwindSafe for LaserMetrics
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