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