pub enum SensorId {
Unicode(String),
BCDPlus(Vec<u8>),
Ascii6BPacked(Vec<u8>),
Ascii8BAndLatin1(String),
}Variants§
Trait Implementations§
Source§impl<'a> TryFrom<TypeLengthRaw<'a>> for SensorId
impl<'a> TryFrom<TypeLengthRaw<'a>> for SensorId
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
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 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