Struct follow_heating::io::temperatures::SensorId
source · pub struct SensorId {
id: String,
}
Fields§
§id: String
Implementations§
Trait Implementations§
source§impl PartialEq for SensorId
impl PartialEq for SensorId
impl Eq for SensorId
impl StructuralEq for SensorId
impl StructuralPartialEq for SensorId
Auto Trait Implementations§
impl RefUnwindSafe for SensorId
impl Send for SensorId
impl Sync for SensorId
impl Unpin for SensorId
impl UnwindSafe for SensorId
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
source§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.