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