pub struct SensorId(/* private fields */);Expand description
Observation source identifier: the source’s name, truncated to
SENSOR_NAME_BYTES so events stay plain values.
Implementations§
Trait Implementations§
impl Copy for SensorId
impl Eq for SensorId
impl StructuralPartialEq for SensorId
Auto Trait Implementations§
impl Freeze for SensorId
impl RefUnwindSafe for SensorId
impl Send for SensorId
impl Sync for SensorId
impl Unpin for SensorId
impl UnsafeUnpin 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