pub enum SensorId {
Unicode(String),
BCDPlus(Vec<u8>),
Ascii6BPacked(Vec<u8>),
Ascii8BAndLatin1(String),
}Variants§
Trait Implementations§
source§impl<'a> From<TypeLengthRaw<'a>> for SensorId
impl<'a> From<TypeLengthRaw<'a>> for SensorId
source§fn from(value: TypeLengthRaw<'a>) -> Self
fn from(value: TypeLengthRaw<'a>) -> Self
Converts to this type from the input type.
source§impl PartialEq for SensorId
impl PartialEq 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